# File lib/hashery/dictionary.rb, line 103
      def alphabetic(*args, &block)
        new(*args, &block).order_by { |key,value| key.to_s }
      end