Object
# File lib/arel/nodes/select_statement.rb, line 7 7: def initialize cores = [SelectCore.new] 8: @cores = cores 9: @orders = [] 10: @limit = nil 11: @lock = nil 12: @offset = nil 13: end
# File lib/arel/nodes/select_statement.rb, line 15 15: def initialize_copy other 16: super 17: @cores = @cores.map { |x| x.clone } 18: @orders = @orders.map { |x| x.clone } 19: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.