Object
# File lib/test/unit/color.rb, line 87
def +(other)
self.class.new([self, other])
end
# File lib/test/unit/color.rb, line 91
def ==(other)
self.class === other and colors == other.colors
end
Generated with the Darkfish Rdoc Generator 2.