# File lib/sass/script/string_interpolation.rb, line 12 def initialize(before, mid, after) @before = before @mid = mid @after = after end