Sha256: d174571b19fba6d038323458171e43994d2f90261e60692107fcff224218b5ad
Contents?: true
Size: 319 Bytes
Versions: 10
Compression:
Stored size: 319 Bytes
Contents
require 'thor' class Thor module Shell class Color < Basic # The start of an ANSI dim sequence. DIM = "\e[2m" # The start of an ANSI underline sequence. UNDERLINE = "\e[4m" # Set the terminal's foreground ANSI color to dark gray. DARK_GRAY = "\e[90m" end end end
Version data entries
10 entries across 10 versions & 1 rubygems