class Sass::Script::Tree::StringInterpolation

def type

Returns:
  • (Symbol) - `:string` or `:identifier`
def type
  @before.value.type
end