Method: Rip::PackageManager#load

Defined in:
lib/rip/package_manager.rb

#loadObject



177
178
179
# File 'lib/rip/package_manager.rb', line 177

def load
  marshal_read unzip(File.read(path)) if File.exists? path
end