class LeftCommand

Public Instance Methods

issue_command() click to toggle source
# File lib/another_toy_robot/left_command.rb, line 4
def issue_command
  @target.left
end