Sha256: 26e6e20b42a2221cb898e04bca528c3d4a80229657762ea255eb6f18ddc79d6e
Contents?: true
Size: 575 Bytes
Versions: 4
Compression:
Stored size: 575 Bytes
Contents
# coding: utf-8 module Cacofonix; module CodeLists LIST_98 = { "BLK" => "Black", "BLU" => "Blue", "BRN" => "Brown", "BUR" => "Burgundy/maroon", "CRE" => "Cream", "FCO" => "Four-color", "FCS" => "Four-color and spot-color", "GLD" => "Gold", "GRN" => "Green", "GRY" => "Grey", "MUL" => "Multicolor", "NAV" => "Navy", "ORG" => "Orange", "PNK" => "Pink", "PUR" => "Purple", "RED" => "Red", "SLV" => "Silver", "TAN" => "Tan", "WHI" => "White", "YEL" => "Yellow", "ZZZ" => "Other" } end; end
Version data entries
4 entries across 4 versions & 1 rubygems