Method: Deploy::Output#green

Defined in:
lib/deploy/output.rb

#green(message) ⇒ Object



35
36
37
# File 'lib/deploy/output.rb', line 35

def green(message)
  colorize(32, message)
end