# File lib/nokogiri/css/parser.rb, line 29 def without_cache &block tmp = @cache_on @cache_on = false block.call @cache_on = tmp end