Module: UniqueNamesGenerator::Dictionaries::Colors
- Defined in:
- lib/unique_names_generator/dictionaries/colors.rb
Overview
Dictionary containing colors
Constant Summary collapse
- TERMS =
[ 'amaranth', 'amber', 'amethyst', 'apricot', 'aqua', 'aquamarine', 'azure', 'beige', 'black', 'blue', 'blush', 'bronze', 'brown', 'chocolate', 'coffee', 'copper', 'coral', 'crimson', 'cyan', 'emerald', 'fuchsia', 'gold', 'gray', 'green', 'harlequin', 'indigo', 'ivory', 'jade', 'lavender', 'lime', 'magenta', 'maroon', 'moccasin', 'olive', 'orange', 'peach', 'pink', 'plum', 'purple', 'red', 'rose', 'salmon', 'sapphire', 'scarlet', 'silver', 'tan', 'teal', 'tomato', 'turquoise', 'violet', 'white', 'yellow' ].freeze
Class Method Summary collapse
Class Method Details
.list_all ⇒ Object
62 63 64 |
# File 'lib/unique_names_generator/dictionaries/colors.rb', line 62 def self.list_all TERMS end |