# File lib/rd/rd2html-lib.rb, line 59 def visit(tree) prepare_labels(tree, "label-") prepare_footnotes(tree) tmp = super(tree) make_rbl_file(@filename) if @output_rbl and @filename tmp end