Class: CC2HTML::CLI
- Inherits:
-
Thor
- Object
- Thor
- CC2HTML::CLI
- Defined in:
- lib/cc2html/cli.rb
Instance Method Summary collapse
Instance Method Details
#migrate(source, destination) ⇒ Object
9 10 11 12 13 |
# File 'lib/cc2html/cli.rb', line 9 def migrate(source, destination) converter = CC2HTML::Converter.new source, destination, converter.convert puts "#{source} converted to #{converter.cc_file_path}" end |