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