Output a deprecation warning
Parameters:
159 160 161
# File 'lib/dream-ops/formatters/human.rb', line 159 def deprecation(message) DreamOps.ui.info "DEPRECATED: #{message}" end