class Bundler::Dependency

def path

def path
  return @path if defined?(@path)
  @path = @options["path"]
end