Method: Faker::Color.hsl_color

Defined in:
lib/faker/color.rb

.hsl_colorObject



35
36
37
38
39
40
41
# File 'lib/faker/color.rb', line 35

def hsl_color
  @hsl_colors = []
  3.times do
    @hsl_colors.push single_hsl_color
  end
  @hsl_colors
end