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