Method: String#yellow

Defined in:
lib/ext/string.rb

#yellowObject



17
18
19
# File 'lib/ext/string.rb', line 17

def yellow
  "\e[33m#{self}\e[0m"
end