Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
installed?(plugin)
public
currently only intended for specs
@return [String, nil] installed path
# File lib/bundler/plugin.rb, line 188
def installed?(plugin)
Index.new.installed?(plugin)
end