Module: Jat::Plugins::ToStr::ToStrJSON::ClassMethods
- Included in:
- Jat::Plugins::ToStr::ToStrJSON
- Defined in:
- lib/jat/plugins/to_str/to_str.rb
Instance Method Summary collapse
Instance Method Details
#dump(response) ⇒ Object
34 35 36 |
# File 'lib/jat/plugins/to_str/to_str.rb', line 34 def dump(response) json_adapter.dump(response) end |