method
sort_locals
rails 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