lib/tryouts/cli.rb
class Tryouts # = CLI # # A namespace for the tryouts executable (bin/tryouts) logic. # # This convention comes from Drydock (http://github.com/delano/drydock) # module CLI;end end require 'tryouts/cli/run'
class Tryouts # = CLI # # A namespace for the tryouts executable (bin/tryouts) logic. # # This convention comes from Drydock (http://github.com/delano/drydock) # module CLI;end end require 'tryouts/cli/run'