Arel::Nodes::Node
# File lib/arel/nodes/select_statement.rb, line 7 def initialize cores = [SelectCore.new] #puts caller @cores = cores @orders = [] @limit = nil @lock = nil @offset = nil @with = nil end
# File lib/arel/nodes/select_statement.rb, line 17 def initialize_copy other super @cores = @cores.map { |x| x.clone } @orders = @orders.map { |x| x.clone } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.