# File lib/arel/table.rb, line 75
    def where condition
      from(self).where condition
    end