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