# File default/adder.rb, line 8 def move_to_robot() # at least one block move() while not next_to_a_robot?() move() end end