We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c47c0 commit 52b8acfCopy full SHA for 52b8acf
1 file changed
lib/ruby2_keywords.rb
@@ -28,4 +28,10 @@ def ruby2_keywords_hash?(hash)
28
false
29
end
30
31
+
32
+ unless method_defined?(:ruby2_keywords_hash)
33
+ def ruby2_keywords_hash(hash)
34
+ hash.dup
35
+ end
36
37
0 commit comments