Libraries
»
httparty-cache
(0.0.6)
»
Index
»
HTTParty
»
Cache
»
Store
»
Memory
»
#clear
Method: HTTParty::Cache::Store::Memory#clear
Defined in:
lib/httparty/cache/store/memory.rb
#
clear
⇒
Object
34 35 36 37
# File 'lib/httparty/cache/store/memory.rb', line 34
def
clear
@store
=
{
}
nil
end