This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
template()
Access the current template being rendered. Returns a ActionView::Template object.
# File actionpack/lib/action_view/base.rb, line 295 def template @_current_render end