Method: Bundler::Plugin::Index#plugin_path

Defined in:
lib/bundler/plugin/index.rb

#plugin_path(name) ⇒ Object



105
106
107
# File 'lib/bundler/plugin/index.rb', line 105

def plugin_path(name)
  Pathname.new @plugin_paths[name]
end