Module: ConfCtl::SystemCommand

Defined in:
lib/confctl/system_command.rb

Class Method Summary collapse

Class Method Details

.newTTY::Command

Returns:

  • (TTY::Command)


6
7
8
# File 'lib/confctl/system_command.rb', line 6

def self.new
  TTY::Command.new(output: Logger.instance, color: false)
end