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