diff options
author | Thom May <thom@chef.io> | 2016-12-06 14:10:31 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-12-06 14:10:31 +0000 |
commit | 41a396c556b4312211ac1adac19f96968be161b9 (patch) | |
tree | 700a43b3bc7995085c9cc181c24ec959e6705d96 /lib/chef/chef_class.rb | |
parent | e0ca94f0f21680bcd50de091dd5e63f110b2252d (diff) | |
download | chef-41a396c556b4312211ac1adac19f96968be161b9.tar.gz |
Ensure deprecation messages are always includedtm/require_deprecated
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef/chef_class.rb')
-rw-r--r-- | lib/chef/chef_class.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/chef_class.rb b/lib/chef/chef_class.rb index 8c766699fc..3a395d979d 100644 --- a/lib/chef/chef_class.rb +++ b/lib/chef/chef_class.rb @@ -31,6 +31,7 @@ require "chef/platform/resource_priority_map" require "chef/platform/provider_handler_map" require "chef/platform/resource_handler_map" require "chef/event_dispatch/dsl" +require "chef/deprecated" class Chef class << self |