Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/trello/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#json_into(obj, encoding = 'UTF-8') ⇒ Object
3 4 5 |
# File 'lib/trello/core_ext/string.rb', line 3 def json_into(obj, encoding = 'UTF-8') obj.from_response(self, encoding) end |