Object
# File lib/aruba/platforms/command_monitor.rb, line 32 def method_missing(*) fail NoCommandHasBeenStartedError, 'No last command started available' end
# File lib/aruba/platforms/command_monitor.rb, line 28 def nil? true end