class Aruba::CommandMonitor::DefaultLastCommandStarted
Public Instance Methods
method_missing(*)
click to toggle source
# File lib/aruba/platforms/command_monitor.rb, line 32 def method_missing(*) fail NoCommandHasBeenStartedError, 'No last command started available' end
nil?()
click to toggle source
# File lib/aruba/platforms/command_monitor.rb, line 28 def nil? true end