Libraries
»
oktest
(1.3.1)
»
Index
»
Oktest
»
Color
»
blue
Method: Oktest::Color.blue
Defined in:
lib/oktest.rb
.
blue
(s) ⇒
Object
2480
# File 'lib/oktest.rb', line 2480
def
blue
s
;
return
"
\e[0;34m
#{
s
}
\e[0m
"
;
end