Method: String#green

Defined in:
lib/xcselect/string_colors.rb

#greenObject



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

def green; colorize(self, "\e[1m\e[32m"); end