# File lib/extlib/dictionary.rb, line 119
    def alpha(*args, &block)
      new(*args, &block).order_by_key
    end