Method: Colors::NamedColors::Mapping#update

Defined in:
lib/colors/named_colors.rb

#update(other) ⇒ Object



67
68
69
70
71
# File 'lib/colors/named_colors.rb', line 67

def update(other)
  @mapping.update(other)
ensure
  @cache.clear
end