Libraries
»
oktest
(1.5.0)
»
Index
»
Oktest
»
Color
»
yellow_b
Method: Oktest::Color.yellow_b
Defined in:
lib/oktest.rb
.
yellow_b
(s) ⇒
Object
bold
2582
# File 'lib/oktest.rb', line 2582
def
yellow_b
s
;
return
"
\e[1;33m
#{
s
}
\e[0m
"
;
end