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