Sha256: d38c9049c29c75fcd31caf35e65e8225967e4e3b76b15e60fd37e446b296912e
Contents?: true
Size: 292 Bytes
Versions: 116
Compression:
Stored size: 292 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../test_helper') require 'rbbt/util/colorize' require 'test/unit' class TestColorize < Test::Unit::TestCase def test_color_array a = [:red, :red, :blue, :blue, :yellow] a = (0..16).to_a ddd Colorize.distinct(a) end end
Version data entries
116 entries across 116 versions & 1 rubygems