Module: OpsworksRollingDeploy::OutputMethods

Included in:
Services::DeployService
Defined in:
lib/opsworks_rolling_deploy/output_methods.rb

Instance Method Summary collapse

Instance Method Details

#info(*strs) ⇒ Object



9
10
11
# File 'lib/opsworks_rolling_deploy/output_methods.rb', line 9

def info(*strs)
  puts strs.join(' ').blue
end

#warn(*strs) ⇒ Object



5
6
7
# File 'lib/opsworks_rolling_deploy/output_methods.rb', line 5

def warn(*strs)
  puts strs.join(' ').yellow
end