Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
load_file(file)
public
This method is just a wrapped around Marshal.load.
# File lib/pstore.rb, line 358
def load_file(file) # :nodoc:
Marshal::load(file)
end