# File karel/tk_robot_world.rb, line 37
  def RobotWorld.instance()
    @@instance = new("Karel's World") unless @@instance
    @@instance
  end