module Bundler::Plugin

def installed?(plugin)

Returns:
  • (String, nil) - installed path
def installed?(plugin)
  Index.new.installed?(plugin)
end