Libraries
»
brocli
(0.0.5)
»
Index
»
String
»
#bg_gray
Method: String#bg_gray
Defined in:
lib/brocli/string.rb
#
bg_gray
⇒
Object
22
# File 'lib/brocli/string.rb', line 22
def
bg_gray
;
"
\e[47m
#{
self
}
\e[0m
"
end