Method: Sass::Script::Variable#inspect

Defined in:
lib/sass/script/variable.rb

#inspectString

Returns A string representation of the variable.

Returns:

  • (String)

    A string representation of the variable



16
17
18
# File 'lib/sass/script/variable.rb', line 16

def inspect
  "!#{name}"
end