Class: Bundler::Source::Path
- Inherits:
-
Object
- Object
- Bundler::Source::Path
- Defined in:
- lib/bundle_filter/path.rb
Instance Method Summary collapse
Instance Method Details
#install(spec, options = {}) ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/bundle_filter/path.rb', line 2 def install(spec, = {}) = "Using #{(spec, [:previous_spec])} from #{self}" += " and installing its executables" unless spec.executables.empty? unless BundleFilter::Configuration.pretty generate_bin(spec, :disable_extensions => true) nil # no post-install message end |