# File lib/arel/algebra/relations/operations/project.rb, line 5 5: def initialize(relation, projections) 6: super(relation) 7: @projections = projections.map { |p| p.bind(relation) } 8: @christener = Sql::Christener.new 9: @attributes = Header.new(projections.map { |x| x.bind(self) }) 10: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.