Method: ColorMath::Color#inspect
- Defined in:
- lib/colormath/color.rb
#inspect(*args) ⇒ Object
24 25 26 |
# File 'lib/colormath/color.rb', line 24 def inspect(*args) "<%s r=%0.3f g=%0.3f b=%0.3f>" % [self.class.to_s, red, green, blue] end |