Method: String#green

Defined in:
lib/ext/string.rb

#greenObject



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

def green
  "\e[32m#{self}\e[0m"
end