Class: Optimizely::NoOpEventDispatcher
- Inherits:
-
Object
- Object
- Optimizely::NoOpEventDispatcher
- Defined in:
- lib/optimizely/event_dispatcher.rb
Instance Method Summary collapse
-
#dispatch_event(event) ⇒ Object
Class providing dispatch_event method which does nothing.
Instance Method Details
#dispatch_event(event) ⇒ Object
Class providing dispatch_event method which does nothing.
26 |
# File 'lib/optimizely/event_dispatcher.rb', line 26 def dispatch_event(event); end |