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