Class: Kcfu::MdConvertor
- Inherits:
-
Object
- Object
- Kcfu::MdConvertor
- Defined in:
- lib/kcfu/md_convertor.rb
Instance Method Summary collapse
Instance Method Details
#parse_file(path) ⇒ Object
6 7 8 |
# File 'lib/kcfu/md_convertor.rb', line 6 def parse_file(path) save_clipping_to_file(path, parser.parse_file(path)) end |