# File lib/openid/store/memory.rb, line 11
      def initialize
        @associations = {}
        @associations.default = {}
        @nonces = {}
      end