method

include?

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.

include?(item)
public

No documentation available.

# File actionpack/lib/action_view/path_set.rb, line 25
    def include?(item)
      paths.include? item
    end