# File lib/faker/color.rb, line 16
      def rgb_color
        3.times.collect { single_rgb_color }
      end