Object
# File lib/arel/tree_manager.rb, line 27 def initialize_copy other super @ast = @ast.clone end
# File lib/arel/tree_manager.rb, line 15 def to_dot Visitors::Dot.new.accept @ast end
# File lib/arel/tree_manager.rb, line 23 def to_sql visitor.accept @ast end
Generated with the Darkfish Rdoc Generator 2.