# File lib/bundler/environment.rb, line 29 def current_dependencies @definition.current_dependencies end
# File lib/bundler/environment.rb, line 25 def dependencies @definition.dependencies end
# File lib/bundler/environment.rb, line 13 def inspect @definition.to_lock.inspect end
# File lib/bundler/environment.rb, line 33 def lock @definition.lock(Bundler.default_lockfile) end
# File lib/bundler/environment.rb, line 17 def requested_specs @definition.requested_specs end
Generated with the Darkfish Rdoc Generator 2.