Class: Apotomo::Event

Inherits:
Onfire::Event
  • Object
show all
Defined in:
lib/apotomo/event.rb

Overview

Events are created by Apotomo in #fire. They bubble up from their source to root and trigger event handlers.

Instance Method Summary collapse

Instance Method Details

#_dump(depth) ⇒ Object



5
6
7
# File 'lib/apotomo/event.rb', line 5

def _dump(depth)
  raise "You're trying to serialize an instance of Apotomo::Event. Don't do that."
end