Class: RDocF95::Markup::Formatter
- Inherits:
-
Object
- Object
- RDocF95::Markup::Formatter
- Defined in:
- lib/rdoc-f95/markup/formatter.rb
Instance Method Summary collapse
- #convert(content, block_exceptions = nil) ⇒ Object
-
#initialize ⇒ Formatter
constructor
A new instance of Formatter.
Constructor Details
Instance Method Details
#convert(content, block_exceptions = nil) ⇒ Object
9 10 11 |
# File 'lib/rdoc-f95/markup/formatter.rb', line 9 def convert(content, block_exceptions=nil) @markup.convert content, self, block_exceptions end |