Class
Bundler::Dsl
In:
lib/bundler/dsl.rb
Parent:
Object
Methods
bin_path
bundle_path
clear_sources
directory
disable_rubygems
disable_system_gems
evaluate
except
gem
git
new
only
source
Public Class methods
evaluate
(file, bundle, environment)
new
(bundle, environment)
Public Instance methods
bin_path
(path)
bundle_path
(path)
clear_sources
()
directory
(path, options = {}) {|if block_given?| ...}
disable_rubygems
()
disable_system_gems
()
except
(*env) {|| ...}
gem
(name, *args)
git
(uri, options = {}) {|if block_given?| ...}
only
(*env) {|| ...}
source
(source)
[Validate]