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