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