16 17 18
# File 'lib/ffaker/color.rb', line 16 def rgb_array [random_rgb_value, random_rgb_value, random_rgb_value] end