class Sass::Script::Tree::StringInterpolation

def quote

representation of this interpolation.
Returns the quote character that should be used to wrap a Sass
def quote
  quote_for(self) || '"'
end