Libraries
»
rconf
(0.6.30)
»
Index
»
String
»
#yellow
Method: String#yellow
Defined in:
lib/rconf/ruby_extensions.rb
#
yellow
⇒
Object
46
# File 'lib/rconf/ruby_extensions.rb', line 46
def
yellow
;
colorize
(
"\e[1m\e[33m"
)
;
end