Method: String#green

Defined in:
lib/credy/string.rb

#greenObject



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

def green
  colorize 32
end