# File lib/cgikit/displaygroup.rb, line 171 def remove_sort_key( key ) @sort_keys.delete_if do |sort| sort.key == key end end