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