# File lib/compass/sass_extensions/functions/gradient_support.rb, line 24 def to_s s = color.inspect.dup if stop s << " " if stop.unitless? s << stop.times(Sass::Script::Number.new(100, ["%"])).inspect else s << stop.inspect end end s end