class Standard::Formatter

def path_to(file)

def path_to(file)
  Pathname.new(file).relative_path_from(Pathname.new(Dir.pwd))
end