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