Sha256: 8f48dabe24521965b8a4dae0c6ad20f13ab85875e5e463bd85d7862f30ca21fc
Contents?: true
Size: 368 Bytes
Versions: 6
Compression:
Stored size: 368 Bytes
Contents
module IndexHtml class Main class << self def run(options = {}) files = CodeLister.files options || [] unless files.empty? IndexHtml.htmlify files, options puts "FYI: your result is in #{options[:output]}" else puts "No match found for your options :#{options}" end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems