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