class Sass::SCSS::Parser

def interp_string

def interp_string
  _interp_string(:double) || _interp_string(:single)
end