Method: String#yellow

Defined in:
lib/colors.rb

#yellowObject



14
15
16
# File 'lib/colors.rb', line 14

def yellow
  colorize(33)
end