diff options
author | Tom Tsai <tom_tsai@htc.com> | 2016-11-01 23:03:14 +0800 |
---|---|---|
committer | Tom Tsai <tom_tsai@htc.com> | 2016-11-01 23:28:29 +0800 |
commit | 59b14229047d55e6c1dfbb066c120d3b26e8f5bb (patch) | |
tree | df3060f75db94106a7281b28b7996b573aa8609e /lib | |
parent | 492f61885abe228a14f29c6f9806c0043f03028f (diff) | |
download | chef-59b14229047d55e6c1dfbb066c120d3b26e8f5bb.tar.gz |
include chef/chef_class for method log_deprecation
Signed-off-by: smalltown <smalltown20110306@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/rest.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/rest.rb b/lib/chef/rest.rb index a3c5c66b8a..b3793418ce 100644 --- a/lib/chef/rest.rb +++ b/lib/chef/rest.rb @@ -37,6 +37,7 @@ require "chef/config" require "chef/exceptions" require "chef/platform/query_helpers" require "chef/http/remote_request_id" +require "chef/chef_class" class Chef |