Modules: Shell, Utils
8 9 10 11
# File 'lib/gem_suit/cli/base.rb', line 8 def self.included(base) base.send :include, CLI::Base::Utils base.send :include, CLI::Base::Shell end