# File karel/robot_world_base.rb, line 44
  def reset
    clear
    @Robots = Hash.new(nil)    
  end