class HighLine::ColorScheme
def []=(color_tag, constants)
-
constants
(Array
) -- Array of Style symbols -
color_tag
(#to_sym
) --
def []=(color_tag, constants) @scheme[to_symbol(color_tag)] = HighLine::Style.new(name: color_tag.to_s.downcase.to_sym, list: constants, no_index: true) end