Class: OpenStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/marty/monkey.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject

the default as_json produces “table”=>h which is quite goofy



355
356
357
# File 'lib/marty/monkey.rb', line 355

def as_json(*)
  to_h
end