method

each

v3.0.0 - Show latest stable - Class: Rails::Paths::Path
each()
public

No documentation available.

# File railties/lib/rails/paths.rb, line 101
      def each
        to_a.each { |p| yield p }
      end