Module: ExAequo::Colorizer::ColorDefinitions
- Extended by:
- ColorDefinitions
- Included in:
- ColorDefinitions
- Defined in:
- lib/ex_aequo/colorize/color_definitions.rb
Instance Method Summary collapse
Instance Method Details
#get(color, no_color) ⇒ Object
486 487 488 489 490 491 492 |
# File 'lib/ex_aequo/colorize/color_definitions.rb', line 486 def get(color, no_color) color = find_color(color) if color return '' if no_color color end end |