# File lib/ramaze/snippets/ramaze/dictionary.rb, line 143
    def order_by( &block )
      @order_by = block
      order
      self
    end