class Nokogiri::CSS::Parser
def without_cache(&block)
def without_cache(&block) original_cache_setting = cache_on? set_cache false block.call ensure set_cache original_cache_setting end
def without_cache(&block) original_cache_setting = cache_on? set_cache false block.call ensure set_cache original_cache_setting end