Method: Sass::Script::Color#inspect

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

#inspectString

Returns a string representation of the color.

Returns:



505
506
507
# File 'lib/sass/script/color.rb', line 505

def inspect
  alpha? ? rgba_str : hex_str
end