# File lib/highline/color_scheme.rb, line 60 def load_from_hash( h ) h.each_pair do |color_tag, constants| self[color_tag] = constants end end