Module: L43MyRuby::Color
- Extended by:
- Color
- Included in:
- Color
- Defined in:
- lib/l43_my_ruby/color.rb,
lib/l43_my_ruby/color/definitions.rb
Defined Under Namespace
Modules: Definitions
Instance Method Summary collapse
Instance Method Details
#color(color_sym, *args) ⇒ Object
8 9 10 11 |
# File 'lib/l43_my_ruby/color.rb', line 8 def color(color_sym, *args) code = Definitions.get_color(color_sym) [code, *args].join end |