class Bundler::Plugin::Installer::Path

Public Instance Methods

generate_bin(spec, disable_extensions = false) click to toggle source
# File bundler/plugin/installer/path.rb, line 11
def generate_bin(spec, disable_extensions = false)
  # Need to find a way without code duplication
  # For now, we can ignore this
end
root() click to toggle source
# File bundler/plugin/installer/path.rb, line 7
def root
  SharedHelpers.in_bundle? ? Bundler.root : Plugin.root
end