Method: Aruba::CommandMonitor::DefaultLastCommandStarted#method_missing
- Defined in:
- lib/aruba/command_monitor.rb
#method_missing ⇒ Object
38 39 40 |
# File 'lib/aruba/command_monitor.rb', line 38 def method_missing(*) raise NoCommandHasBeenStartedError, 'No last command started available' end |