Libraries
»
gitcycle
(0.3.5)
»
Index
»
String
»
#yellow
Method: String#yellow
Defined in:
lib/ext/string.rb
#
yellow
⇒
Object
17 18 19
# File 'lib/ext/string.rb', line 17
def
yellow
"
\e[33m
#{
self
}
\e[0m
"
end