Module: Representable::Hash::ClassMethods

Included in:
JSON
Defined in:
lib/representable/hash.rb

Instance Method Summary collapse

Instance Method Details

#from_hash(*args, &block) ⇒ Object



19
20
21
# File 'lib/representable/hash.rb', line 19

def from_hash(*args, &block)
  create_represented(*args, &block).from_hash(*args)
end