method
dup
v2.0.3 -
Show latest stable
- Class:
HashWithIndifferentAccess
dup()public
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/indifferent_access.rb, line 52
def dup
HashWithIndifferentAccess.new(self)
end