Method: OpenID::Store::Memory#initialize
- Defined in:
- lib/openid/store/memory.rb
#initialize ⇒ Memory
Returns a new instance of Memory.
11 12 13 14 15 |
# File 'lib/openid/store/memory.rb', line 11 def initialize @associations = {} @associations.default = {} @nonces = {} end |