Class: Aruba::CommandMonitor::DefaultLastCommandStarted

Inherits:
Object
  • Object
show all
Defined in:
lib/aruba/platforms/command_monitor.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



32
33
34
# File 'lib/aruba/platforms/command_monitor.rb', line 32

def method_missing(*)
  fail NoCommandHasBeenStartedError, 'No last command started available'
end

Instance Method Details

#nil?Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/aruba/platforms/command_monitor.rb', line 28

def nil?
  true
end