# File lib/sass/shared.rb, line 18 def handle_interpolation(str) scan = StringScanner.new(str) yield scan while scan.scan(/(.*?)(\\*)\#\{/m) scan.rest end