class Aruba::CommandMonitor::DefaultLastCommandStopped
Public Instance Methods
Source
# File lib/aruba/command_monitor.rb, line 24 def method_missing(*) raise NoCommandHasBeenStoppedError, 'No last command stopped available' end
Source
# File lib/aruba/command_monitor.rb, line 28 def respond_to_missing?(*) true end