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