# File lib/arel/algebra/relations/relation.rb, line 131 def project *args args.empty? ? self : Project.new(self, args) end