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