Method: Sass::Script::Value::Base#inspect

Defined in:
lib/sass/script/value/base.rb

#inspectString

Returns A readable representation of the value.

Returns:

  • (String)

    A readable representation of the value

[View source]

162
163
164
# File 'lib/sass/script/value/base.rb', line 162

def inspect
  value.inspect
end