Method: Arel::Nodes::Comment#initialize_copy
- Defined in:
- activerecord/lib/arel/nodes/comment.rb
#initialize_copy(other) ⇒ Object
13 14 15 16 |
# File 'activerecord/lib/arel/nodes/comment.rb', line 13 def initialize_copy(other) super @values = @values.clone end |