Class: ContextEventHandler

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

Instance Method Summary collapse

Instance Method Details

#publish(context, event) ⇒ Object

Raises:

  • (NotImplementedError)


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

def publish(context, event)
  raise NotImplementedError.new("You must implement publish method.")
end