Method: Chef::EventDispatch::Base#deprecation
- Defined in:
- lib/chef/event_dispatch/base.rb
#deprecation(message, location = caller(2..2)[0]) ⇒ Object
Emit a message about something being deprecated.
379 |
# File 'lib/chef/event_dispatch/base.rb', line 379 def deprecation(, location = caller(2..2)[0]); end |