Method: Deploy::Output#yellow

Defined in:
lib/deploy/output.rb

#yellow(message) ⇒ Object



39
40
41
# File 'lib/deploy/output.rb', line 39

def yellow(message)
  colorize(33, message)
end