8 9 10
# File 'lib/source2md/cli.rb', line 8 def generate(*files) Generator.new(options.to_options.merge(files: files)).call end