Class: Aruba::CommandMonitor::DefaultLastCommandStarted
- Inherits:
-
Object
- Object
- Aruba::CommandMonitor::DefaultLastCommandStarted
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_missing ⇒ Object
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
28
29
30
|
# File 'lib/aruba/platforms/command_monitor.rb', line 28
def nil?
true
end
|