instance method
normalize_locals
Ruby on Rails 8.1.2
Since v7.0.10 PrivateSignature
normalize_locals(locals)
No documentation comment.
Parameters
-
localsreq
Source
# File actionview/lib/action_view/unbound_template.rb, line 63
def normalize_locals(locals)
locals.map(&:to_sym).sort!.freeze
end
Defined in actionview/lib/action_view/unbound_template.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::UnboundTemplate