Class: Hobby::JSON::Response
- Inherits:
-
Rack::Response
- Object
- Rack::Response
- Hobby::JSON::Response
- Defined in:
- lib/hobby/json.rb
Instance Method Summary collapse
Instance Method Details
#write(object) ⇒ Object
12 13 14 |
# File 'lib/hobby/json.rb', line 12 def write object super object.to_json end |