# File lib/color/palette/gimp.rb, line 83 83: def [](key) 84: if key.kind_of?(Numeric) 85: @colors[key] 86: else 87: @names[key] 88: end 89: end