8 9 10
# File 'lib/innate/cache/memory.rb', line 8 def cache_store(*args) super{|key, value| self[key] = value } end