module Hash
Public Class Methods
Source
# File lib/ruby2_keywords.rb, line 53 def ruby2_keywords_hash(hash) hash.dup end
Duplicates a given hash and returns the new hash.
Source
# File lib/ruby2_keywords.rb, line 43 def ruby2_keywords_hash?(hash) false end
Returns false.