# File default/adder.rb, line 36
   def carry_one() # Facing north on 1st Street. -- Carrier class
       turn_left()
       move()           # Note:  Error shutoff here if we try to carry
                        # from 1st Street.
       put_beeper() 
       turn_around()
       move()
       turn_left()
    end