# File karel/robot_world_base.rb, line 24
 def initialize
   clear
   @Robots = Hash.new(nil)
   @delay = 0.0
 end