Libraries
»
ccp
(0.1.3)
»
Index
»
Ccp
»
Colorize
»
#yellow
Method: Ccp::Colorize#yellow
Defined in:
lib/ccp/colorize.rb
#
yellow
(text) ⇒
Object
6
# File 'lib/ccp/colorize.rb', line 6
def
yellow
(
text
)
;
colorize
(
text
,
"\e[33m"
)
;
end