class Bundler::Source::Path

def expanded_path

def expanded_path
  @expanded_path ||= expand(path)
end