# File default/relay_racer.rb, line 28 def run_to_robot() move() while not next_to_a_robot?() move() end end