class RightCommand
Public Instance Methods
issue_command()
click to toggle source
# File lib/another_toy_robot/right_command.rb, line 4 def issue_command @target.right end
# File lib/another_toy_robot/right_command.rb, line 4 def issue_command @target.right end