[Source]
# File markup/formatter.rb, line 5 5: def initialize 6: @markup = RDoc::Markup.new 7: end
# File markup/formatter.rb, line 9 9: def convert(content, block_exceptions=nil) 10: @markup.convert content, self, block_exceptions 11: end
[Validate]