Method: Megam::Event#to_json
- Defined in:
- lib/megam/core/event.rb
#to_json(*a) ⇒ Object
Serialize this object as a hash: called from JsonCompat. Verify if this called from JsonCompat during testing.
85 86 87 |
# File 'lib/megam/core/event.rb', line 85 def to_json(*a) for_json.to_json(*a) end |