method
sort_locals
v3.1.0 -
Show latest stable
- Class:
ActionView::Resolver
sort_locals(locals)private
No documentation available.
# File actionpack/lib/action_view/template/resolver.rb, line 102
def sort_locals(locals) #:nodoc:
locals.sort.freeze
end