Class: Hobby::JSON::Response

Inherits:
Rack::Response
  • Object
show all
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