Object
# File lib/bundler/environment.rb, line 34 34: def current_dependencies 35: @definition.current_dependencies 36: end
# File lib/bundler/environment.rb, line 30 30: def dependencies 31: @definition.dependencies 32: end
TODO: Remove this method. It’s used in cli.rb still
# File lib/bundler/environment.rb, line 18 18: def index 19: @definition.index 20: end
# File lib/bundler/environment.rb, line 13 13: def inspect 14: @definition.to_lock.inspect 15: end
# File lib/bundler/environment.rb, line 38 38: def lock 39: @definition.lock(Bundler.default_lockfile) 40: end
# File lib/bundler/environment.rb, line 22 22: def requested_specs 23: @definition.requested_specs 24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.