Object
# File lib/bundler/environment.rb, line 34 def current_dependencies @definition.current_dependencies end
# File lib/bundler/environment.rb, line 30 def dependencies @definition.dependencies end
TODO: Remove this method. It's used in cli.rb still
# File lib/bundler/environment.rb, line 18 def index @definition.index end
# File lib/bundler/environment.rb, line 13 def inspect @definition.to_lock.inspect end
# File lib/bundler/environment.rb, line 38 def lock @definition.lock(Bundler.default_lockfile) end
# File lib/bundler/environment.rb, line 22 def requested_specs @definition.requested_specs end
Generated with the Darkfish Rdoc Generator 2.