summaryrefslogtreecommitdiff
path: root/lib/chef_zero/rest_router.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-08-13 12:06:46 -0700
committerGitHub <noreply@github.com>2020-08-13 12:06:46 -0700
commitf5111960be44b27191450d510aa5d0199ee57ca4 (patch)
tree60636cf607d266498c3424fa3e24a1ce06ef7a97 /lib/chef_zero/rest_router.rb
parent9ee2a128e8765aa206c7595e404123737696147b (diff)
parent7e2d8e6a1b23cf459becfaaf0525a930bb2bd9e3 (diff)
downloadchef-zero-f5111960be44b27191450d510aa5d0199ee57ca4.tar.gz
Merge pull request #302 from chef/requires
Optimize requires for non-omnibus installs
Diffstat (limited to 'lib/chef_zero/rest_router.rb')
-rw-r--r--lib/chef_zero/rest_router.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/rest_router.rb b/lib/chef_zero/rest_router.rb
index dc24bb3..5f00416 100644
--- a/lib/chef_zero/rest_router.rb
+++ b/lib/chef_zero/rest_router.rb
@@ -1,4 +1,4 @@
-require "pp"
+require "pp" unless defined?(PP)
module ChefZero
class RestRouter