Class: Vocab::Converter::Base
- Inherits:
-
Object
- Object
- Vocab::Converter::Base
- Defined in:
- lib/vocab/converter/base.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.convert_xml_to_yml(path = nil) ⇒ Object
5 6 7 8 |
# File 'lib/vocab/converter/base.rb', line 5 def convert_xml_to_yml( path = nil) Vocab.ui.say( "No conversion available" ) return nil end |
.convert_yml_to_xml(path = nil) ⇒ Object
10 11 12 13 |
# File 'lib/vocab/converter/base.rb', line 10 def convert_yml_to_xml( path = nil) Vocab.ui.say( "No conversion available" ) return nil end |