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