examples/primes/lib/primes/cli.rb in royw-drbman-0.0.2 vs examples/primes/lib/primes/cli.rb in royw-drbman-0.0.3

- old
+ new

@@ -1,4 +1,5 @@ +# The command line interface for running Primes class CLI < UserChoices::Command include UserChoices include Singleton # The CLI class uses the command design pattern.