Method: Regtest::Colors.mapping

Defined in:
lib/regtest/colors.rb

.mappingObject

Color mapping Examples:

Regtest::Colors.mapping[:filename] = :lightblue
Regtest::Colors.mapping[:fail] = :@red # '@' prefix means background color
Regtest::Colors.mapping[:statistics] = %i(cyan italic) # more than one color code is possible


23
24
25
# File 'lib/regtest/colors.rb', line 23

def mapping
  @mapping
end