module Term
module Term::ANSIColor
class Term::ANSIColor::Attribute
class Term::ANSIColor::RGBTriple
term-ansicolor
1.1.4
# code
def code if rgb_color? background? ? "48;5;#{@code}" : "38;5;#{@code}" else @code end end