Class: Mutant::Reporter::CLI::Tput

Inherits:
Object
  • Object
show all
Includes:
Adamantium
Defined in:
lib/mutant/reporter/cli/tput.rb

Overview

Interface to the optionally present tput binary

Constant Summary collapse

UNAVAILABLE =
new(false, nil, nil)
INSTANCE =
clean ? new(true, reset + save, restore + clean) : UNAVAILABLE