method

plugin_path

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