Method: HTTParty::Icebox::Store::MemoryStore#initialize
- Defined in:
- lib/imdb_party/httparty_icebox.rb
#initialize(options = {}) ⇒ MemoryStore
Returns a new instance of MemoryStore.
173 174 175 |
# File 'lib/imdb_party/httparty_icebox.rb', line 173 def initialize(={}) super; @store = {}; self end |