Method: String#white

Defined in:
lib/uc/ext/string.rb

#whiteObject



10
11
12
# File 'lib/uc/ext/string.rb', line 10

def white
  colorize(37)
end