class RobotInterface::Left
Public Instance Methods
execute(robot, options = {})
click to toggle source
# File lib/rubbot_cli.rb, line 41 def execute(robot, options = {}) robot.rotate_left end
# File lib/rubbot_cli.rb, line 41 def execute(robot, options = {}) robot.rotate_left end