Class: RbColors::RandomColor

Inherits:
Object
  • Object
show all
Defined in:
lib/rb_colors/color.rb

Class Method Summary collapse

Class Method Details

.randObject



209
210
211
# File 'lib/rb_colors/color.rb', line 209

def self.rand
  HSVColor.new(*3.times.map { Random.rand })
end