Class: OpenStruct
- Inherits:
-
Object
- Object
- OpenStruct
- Defined in:
- lib/marty/monkey.rb
Instance Method Summary collapse
-
#as_json ⇒ Object
the default as_json produces “table”=>h which is quite goofy.
Instance Method Details
#as_json ⇒ Object
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 |