Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#to_hObject



21
22
23
# File 'lib/courtier/core_ext.rb', line 21

def to_h
  dup #rehash
end