Class: Hash

Inherits:
Object show all
Defined in:
lib/extensions/hash.rb

Instance Method Summary collapse

Instance Method Details

#convert_hash_keys_to_methods(fixture) ⇒ Object

:nodoc:



2
3
4
# File 'lib/extensions/hash.rb', line 2

def convert_hash_keys_to_methods(fixture) # :nodoc:
  Taza::Entity.new(self,fixture)
end