Object
# File lib/arel/nodes/select_core.rb, line 15
15: def initialize_copy other
16: super
17: @froms = @froms.clone if @froms
18: @projections = @projections.clone
19: @wheres = @wheres.clone
20: @group = @groups.clone
21: @having = @having.clone if @having
22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.