Printer
# File lib/rest.rb, line 448 def print node node.level.times do printf " " end puts "#{node.level} #{node.class}" node.print_children self end
# File lib/rest.rb, line 456 def print_section node print node end
[Validate]
Generated with the Darkfish Rdoc Generator 2.