method

offset

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ActionView::Template
offset() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/template.rb, line 510
      def offset
        if Template.frozen_string_literal
          -1
        else
          0
        end
      end
Register or log in to add new notes.