class Rails::Paths::Path

def concat(paths)

def concat(paths)
  @paths.concat paths
end