Method: Marvin::TestClient#dispatch

Defined in:
lib/marvin/test_client.rb

#dispatch(name, opts = {}) ⇒ Object



40
41
42
43
# File 'lib/marvin/test_client.rb', line 40

def dispatch(name, opts = {})
  @dispatched_events << [name, opts]
  super(name, opts)
end