Class: Rubots::Command::DoNothing

Inherits:
Base
  • Object
show all
Defined in:
lib/rubots/command/do_nothing.rb

Instance Method Summary collapse

Methods inherited from Base

#cooldown

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