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