Libraries
»
httparty-cache
(0.0.6)
»
Index
»
HTTParty
»
Cache
»
Store
»
Memory
»
#_dump
Method: HTTParty::Cache::Store::Memory#_dump
Defined in:
lib/httparty/cache/store/memory.rb
#
_dump
(_) ⇒
Object
22 23 24
# File 'lib/httparty/cache/store/memory.rb', line 22
def
_dump
(
_
)
Marshal
.
dump
(
nil
)
end