Method: Arel::Nodes::Fragments#initialize_copy

Defined in:
activerecord/lib/arel/nodes/fragments.rb

#initialize_copy(other) ⇒ Object



13
14
15
16
# File 'activerecord/lib/arel/nodes/fragments.rb', line 13

def initialize_copy(other)
  super
  @values = @values.clone
end