# File lib/Borges/Utilities/StateRegistry.rb, line 62
  def register(obj)
    @objects[obj] = obj.dup
  end