Arel::Nodes::Node
# File lib/arel/nodes/select_core.rb, line 7 def initialize @top = nil @froms = nil @projections = [] @wheres = [] @groups = [] @having = nil end
# File lib/arel/nodes/select_core.rb, line 16 def initialize_copy other super @froms = @froms.clone if @froms @projections = @projections.clone @wheres = @wheres.clone @group = @groups.clone @having = @having.clone if @having end
[Validate]
Generated with the Darkfish Rdoc Generator 2.