summaryrefslogtreecommitdiff
path: root/lib/chef.rb
diff options
context:
space:
mode:
authorJon Morrow <jmorrow@opscode.com>2013-05-21 14:54:07 -0400
committerBryan McLellan <btm@opscode.com>2013-06-17 14:14:55 -0700
commit001ed1e0570e58e6007e083cada1af5c63a5df1c (patch)
tree458eed012f124af8f0d392e306096eb65225815f /lib/chef.rb
parent6f0296cb2ff48210222d25468bf854f91f9fd124 (diff)
downloadchef-001ed1e0570e58e6007e083cada1af5c63a5df1c.tar.gz
Removing Dir monkey patch.
Diffstat (limited to 'lib/chef.rb')
-rw-r--r--lib/chef.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef.rb b/lib/chef.rb
index ef173c4212..68e70749e7 100644
--- a/lib/chef.rb
+++ b/lib/chef.rb
@@ -33,7 +33,6 @@ require 'chef/handler'
require 'chef/handler/json_file'
require 'chef/monkey_patches/tempfile'
-require 'chef/monkey_patches/dir'
require 'chef/monkey_patches/string'
require 'chef/monkey_patches/numeric'
require 'chef/monkey_patches/object'