class Sass::Script::Variable

def inspect

Returns:
  • (String) - A string representation of the variable
def inspect
  "!#{name}"
end