Object
# File lib/rt/rtvisitor.rb, line 19 def initialize end
# File lib/rt/rtvisitor.rb, line 24 def self.visit(parsed) self::new.visit(parsed) end
# File lib/rt/rtvisitor.rb, line 38 def setup "" end
# File lib/rt/rtvisitor.rb, line 42 def teardown "" end
# File lib/rt/rtvisitor.rb, line 28 def visit(parsed) @filename = @charset = nil @rt = parsed @header = @rt.header @body = @rt.body @caption = @rt.config['caption'] setup + visit_Caption + visit_Header + visit_Body + teardown end
# File lib/rt/rtvisitor.rb, line 54 def visit_Body "" end
# File lib/rt/rtvisitor.rb, line 46 def visit_Caption "" end
# File lib/rt/rtvisitor.rb, line 50 def visit_Header "" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.