Method: String#yellow

Defined in:
lib/xcselect/string_colors.rb

#yellowObject



6
# File 'lib/xcselect/string_colors.rb', line 6

def yellow; colorize(self, "\e[1m\e[33m"); end