# File karel/robot_world.rb, line 35
  def clear
    @Beepers = Hash.new(0)
    @EastWestWalls = Hash.new(0)
    @NorthSouthWalls = Hash.new(0)
    @Runnables = []
  end