9 10 11 12 13
# File 'lib/cc2html/cli.rb', line 9 def migrate(source, destination) converter = CC2HTML::Converter.new source, destination, options converter.convert puts "#{source} converted to #{converter.cc_file_path}" end