# File lib/arel/nodes/window.rb, line 31 def initialize_copy other super @orders = @orders.map { |x| x.clone } end