# File lib/compass/sass_extensions/functions/gradient_support.rb, line 18
    def initialize(color, stop = nil)
      self.color, self.stop = color, stop
    end