Class: Rubots::Command::DoNothing
- Defined in:
- lib/rubots/command/do_nothing.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#apply_to(robot) ⇒ Object
4 5 6 |
# File 'lib/rubots/command/do_nothing.rb', line 4 def apply_to(robot) # Nothing end |