method
initialize_copy
v7.1.3.2 -
Show latest stable
- Class:
Arel::TreeManager
initialize_copy(other)public
No documentation available.
# File activerecord/lib/arel/tree_manager.rb, line 55
def initialize_copy(other)
super
@ast = @ast.clone
end