Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/heartwood/support/hash.rb,
lib/generators/templates/config/initializers/_hash.rb

Instance Method Summary collapse

Instance Method Details

#to_ostructObject



3
4
5
# File 'lib/heartwood/support/hash.rb', line 3

def to_ostruct
  convert_to_ostruct_recursive(self)
end