Object
# File lib/arel/tree_manager.rb, line 26 26: def initialize_copy other 27: super 28: @ast = @ast.clone 29: end
# File lib/arel/tree_manager.rb, line 14 14: def to_dot 15: Visitors::Dot.new.accept @ast 16: end
# File lib/arel/tree_manager.rb, line 22 22: def to_sql 23: visitor.accept @ast 24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.