# File lib/arel/table.rb, line 88
    def project *things
      from(self).project(*things)
    end