Method: Bundler::Source::Path#install
- Defined in:
- lib/bundler/source/path.rb
#install(spec, options = {}) ⇒ Object
76 77 78 79 80 81 82 |
# File 'lib/bundler/source/path.rb', line 76 def install(spec, = {}) = "Using #{version_message(spec, options[:previous_spec])} from #{self}" += " and installing its executables" unless spec.executables.empty? generate_bin(spec, disable_extensions: true) nil # no post-install message end |