# File lib/sass/util.rb, line 846 def with_extracted_values(arr) str, vals = extract_values(arr) str = yield str inject_values(str, vals) end