Libraries
»
xcode-utils
(1.0.6)
»
Index
»
String
»
#gray
Method: String#gray
Defined in:
lib/xcutils/colors.rb
#
gray
⇒
Object
10
# File 'lib/xcutils/colors.rb', line 10
def
gray
;
"
\e[37m
#{
self
}
\e[0m
"
end