# File lib/merb-core/vendor/facets/dictionary.rb, line 119
    def alpha(*args, &block)
      new(*args, &block).order_by_key
    end