Method: Color::RGB#to_s

Defined in:
lib/color/rgb.rb

#to_sObject



58
59
60
# File 'lib/color/rgb.rb', line 58

def to_s
  "#{red},#{green},#{blue}"
end