Method: Bundler::Plugin::Installer::Path#root
- Defined in:
- lib/bundler/plugin/installer/path.rb
#root ⇒ Object
7 8 9 |
# File 'lib/bundler/plugin/installer/path.rb', line 7 def root SharedHelpers.in_bundle? ? Bundler.root : Plugin.root end |