module VCR::Cassette::Persisters::FileSystem

def absolute_path_for(path)

def absolute_path_for(path)
  Dir.chdir(path) { Dir.pwd }
end