类 Bundler::Plugin::Installer::Path

公共实例方法

generate_bin(spec, disable_extensions = false) 点击切换源代码
# 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() 点击切换源代码
# File bundler/plugin/installer/path.rb, line 7
def root
  SharedHelpers.in_bundle? ? Bundler.root : Plugin.root
end