class RuboCop::Runner

def list_files(paths)

def list_files(paths)
  paths.each do |path|
    puts PathUtil.relative_path(path)
  end
end