class Aruba::CommandMonitor::DefaultLastCommandStarted
Public Instance Methods
Source
# File lib/aruba/platforms/command_monitor.rb, line 36 def method_missing(*) raise NoCommandHasBeenStartedError, "No last command started available" end
Source
# File lib/aruba/platforms/command_monitor.rb, line 40 def respond_to_missing?(*) true end