# File karel/robot_world_base.rb, line 50
  def register_robot(robot, state)
    @Robots[robot] = state
    nil
  end