27 28 29
# File 'lib/smooth/command/instrumented.rb', line 27 def disable_event_tracking! send(:include, Restored) end
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