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