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