module Bundler::Plugin::API::Source

def installed?

A helper method, not necessary if not used internally.
def installed?
  File.directory?(install_path)
end