method

sort_locals

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