lib/stroop/cli.rb in stroop-0.1.0 vs lib/stroop/cli.rb in stroop-1.0.0

- old
+ new

@@ -1,10 +1,9 @@ require 'thor' require_relative 'set' module Stroop class CLI < Thor - DEFAULT_SIZE = 5.freeze desc 'neutral COLSxROWS', 'prints neutral color words in COLS columns and ROWS rows' def neutral(size = '10x5') print(size: size, mode: Set::NEUTRAL)