= private = protected
load(content)
This method is just a wrapped around Marshal.load.
# File lib/pstore.rb, line 353 def load(content) # :nodoc: Marshal::load(content) end