Method: Bundler::Plugin::Installer::Git#generate_bin
- Defined in:
- lib/bundler/plugin/installer/git.rb
permalink #generate_bin(spec, disable_extensions = false) ⇒ Object
[View source]
27 28 29 30 |
# File 'lib/bundler/plugin/installer/git.rb', line 27 def generate_bin(spec, disable_extensions = false) # Need to find a way without code duplication # For now, we can ignore this end |