Sha256: adfa6074774ce291f651975ec376917f7601c8a5c18821a1fecb49493dfe8c70
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
# module OpsworksRollingDeploy module OutputMethods def warn(*strs) puts strs.join(' ').yellow end def info(*strs) puts strs.join(' ').blue end end end
Version data entries
4 entries across 4 versions & 1 rubygems