method

pop

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.

pop()
public

No documentation available.

# File actionpack/lib/action_view/path_set.rb, line 29
    def pop
      paths.pop
    end