class HighLine::ColorScheme
def initialize(h = nil)
-
h
(Hash
) --
def initialize(h = nil) @scheme = {} load_from_hash(h) if h yield self if block_given? end
h
(Hash
)
--
def initialize(h = nil) @scheme = {} load_from_hash(h) if h yield self if block_given? end