# File lib/nokogiri/css/parser.rb, line 20 def []= string, value return value unless @cache_on @mutex.synchronize { @cache[string] = value } end