# File lib/openid/stores.rb, line 172
    def deepcopy(o)
      Marshal.load(Marshal.dump(o))
    end