method
load_marshal
ruby latest stable - Class:
Bundler
load_marshal(data)public
No documentation available.
# File lib/bundler.rb, line 435
def load_marshal(data)
Marshal.load(data)
rescue StandardError => e
raise MarshalError, "#{e.class}: #{e.message}"
end