method

plugin_path

ruby latest stable - Class: Bundler::Plugin::Index

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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