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


