Class: Aruba::CommandMonitor::DefaultLastCommandStopped
- Inherits:
-
Object
- Object
- Aruba::CommandMonitor::DefaultLastCommandStopped
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
22
23
24
|
# File 'lib/aruba/platforms/command_monitor.rb', line 22
def method_missing(*)
fail NoCommandHasBeenStoppedError, 'No last command stopped available'
end
|
Instance Method Details
#nil? ⇒ Boolean
18
19
20
|
# File 'lib/aruba/platforms/command_monitor.rb', line 18
def nil?
true
end
|