Module: TimelineFu::Matchers

Defined in:
lib/timeline_fu/matchers.rb

Defined Under Namespace

Classes: FireEvent

Instance Method Summary collapse

Instance Method Details

#fire_event(event_type, opts) ⇒ Object



54
55
56
# File 'lib/timeline_fu/matchers.rb', line 54

def fire_event(event_type, opts)
  FireEvent.new(event_type, opts)
end