Libraries
»
xcpretty
(0.2.1)
»
Index
»
XCPretty
»
ANSI
»
#white
Method: XCPretty::ANSI#white
Defined in:
lib/xcpretty/ansi.rb
#
white
(text) ⇒
Object
29 30 31
# File 'lib/xcpretty/ansi.rb', line 29
def
white
(
text
)
ansi_parse
(
text
,
:plain
,
:bold
)
end