method
plugin_path
v2_6_3 -
Show latest stable
- Class:
Bundler::Plugin::Index
plugin_path(name)public
No documentation available.
# File lib/bundler/plugin/index.rb, line 86
def plugin_path(name)
Pathname.new @plugin_paths[name]
end