method

each

rails latest stable - Class: ActionView::PathSet

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

each(&block)
public

No documentation available.

# File actionpack/lib/action_view/path_set.rb, line 37
    def each(&block)
      paths.each(&block)
    end