module MM class Colors def self.key { 1 => :red, 2 => :green, 3 => :blue, 4 => :orange, 5 => :yellow, 6 => :brown } end end end