Module: Smooth::Command::Instrumented::ClassMethods

Defined in:
lib/smooth/command/instrumented.rb

Instance Method Summary collapse

Instance Method Details

#disable_event_tracking!Object



27
28
29
# File 'lib/smooth/command/instrumented.rb', line 27

def disable_event_tracking!
  send(:include, Restored)
end

#enable_event_tracking!Object



22
23
24
25
# File 'lib/smooth/command/instrumented.rb', line 22

def enable_event_tracking!
  send(:include, Smooth::Event::Adapter)
  send(:include, Overrides)
end