Class RightThenThree
In: default/spy.rb
Parent: Strategy

class LeftThenTwo < Strategy def do_it(robot) robot.turn_left() robot.move() robot.move() end end

Methods

do_it  

Public Instance methods

[Validate]