class Bundler::FileUtils::Entry_

def path

def path
  if @path
    File.path(@path)
  else
    join(@prefix, @rel)
  end
end