Method: Colored#extra
- Defined in:
- lib/upm/colored.rb
#extra(extra_name) ⇒ Object
212 213 214 215 |
# File 'lib/upm/colored.rb', line 212 def extra(extra_name) extra_name = extra_name.to_s "\e[#{EXTRAS[extra_name]}m" if EXTRAS[extra_name] end |