Method: String#yellow

Defined in:
lib/abcing.rb

#yellowObject



49
50
51
# File 'lib/abcing.rb', line 49

def yellow
  colorize(33)
end