Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/trello/core_ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#jsoned_into(obj) ⇒ Object
3 4 5 |
# File 'lib/trello/core_ext/hash.rb', line 3 def jsoned_into(obj) obj.from_json(self) end |