class Rubots::Command::DoNothing

Public Instance Methods

apply_to(robot) click to toggle source
# File lib/rubots/command/do_nothing.rb, line 4
def apply_to(robot)
  # Nothing
end