# File default/spy.rb, line 58
    def do_it(robot)
      robot.turn_right()
      robot.move()
      robot.move()
      robot.move()
    end