instance method
offset
Ruby on Rails 8.1.3.1
Since v7.1.6 Last seen in v8.1.3.1 Private — implementation detail, not part of the public APISignature
offset()
No documentation comment.
Source
# File actionview/lib/action_view/template.rb, line 547
def offset
if Template.frozen_string_literal
-1
else
0
end
end
Defined in actionview/lib/action_view/template.rb line 547
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template