# File lib/ohm.rb, line 476
    def sort_by(att, options = {})
      sort(options.merge(:by => to_key(att)))
    end