Method: OdtReplacer#initialize
- Defined in:
- lib/notroff/odt_replacer.rb
#initialize(output_path) ⇒ OdtReplacer
Returns a new instance of OdtReplacer.
9 10 11 |
# File 'lib/notroff/odt_replacer.rb', line 9 def initialize( output_path ) @output_path = output_path end |