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