Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/rc/core_ext/hash.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



3
4
5
# File 'lib/rc/core_ext/hash.rb', line 3

def to_h
  dup #rehash
end