method
each
each()
public
Hide source
# File railties/lib/rails/paths.rb, line 101 def each to_a.each { |p| yield p } end


