Method: DreamOps::HumanFormatter#deprecation

Defined in:
lib/dream-ops/formatters/human.rb

#deprecation(message) ⇒ Object

Output a deprecation warning

Parameters:

  • message (String)


159
160
161
# File 'lib/dream-ops/formatters/human.rb', line 159

def deprecation(message)
  DreamOps.ui.info "DEPRECATED: #{message}"
end