jfairbank / chroma

Ruby gem for color manipulation and palette generation
ISC License
232 stars 29 forks source link

Implement equality methods #12

Closed jfairbank closed 9 years ago

jfairbank commented 9 years ago
'red'.paint == 'red'.paint #=> false, should be true
jfairbank commented 9 years ago

Implemented by eef5e4f and 3fd2480.