Module: L43::SimpleColor::Cli
Instance Method Summary collapse
Instance Method Details
#run(argv) ⇒ Object
7 8 9 10 11 |
# File 'lib/l43/simple_color/cli.rb', line 7 def run(argv) SimpleColor.xcolorize_file(argv.first).each do |line, _| puts line end end |