# File lib/arel/table.rb, line 100
    def having expr
      from(self).having expr
    end