Method: String#yellow

Defined in:
lib/ec2/ext/string.rb

#yellowObject



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

def yellow
  colorize(33)
end