# File lib/cgikit/displaygroup.rb, line 167
    def add_sort_key( key, method )
      @sort_keys << SortKey.new(key, method)
    end