Sha256: 9bf31c6b50215b06cde66bce59942a119c5b36a5e548bfb8c0232444b539b4ee

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 Bytes

Contents

module RXaal
  module Enum

    class ColorName
      MAROON = "maroon"
      RED = "red"
      ORANGE = "orange"
      YELLOW = "yellow"
      OLIVE = "olive"
      PURPLE = "purple"
      FUCHSIA = "fuchsia"
      WHITE = "white"
      LIME = "lime"
      GREEN = "green"
      NAVY = "navy"
      AQUA = "aqua"
      TEAL = "teal"
      BLACK = "black"
      SILVER = "silver"
      GRAY = "gray"
      BLUE = "blue"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
RXAAL-0.0.1 lib/enum/color_name.rb