method
concat
concat(paths)
public
Hide source
# File railties/lib/rails/paths.rb, line 115 def concat(paths) @paths.concat paths end


