Method: Bundler.load

Defined in:
lib/bundler.rb

.loadObject



216
217
218
# File 'lib/bundler.rb', line 216

def load
  @load ||= Runtime.new(root, definition)
end