summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/base_fs_dir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/base_fs_dir.rb')
-rw-r--r--lib/chef/chef_fs/file_system/base_fs_dir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/base_fs_dir.rb b/lib/chef/chef_fs/file_system/base_fs_dir.rb
index 8cc277facc..a7823e13d2 100644
--- a/lib/chef/chef_fs/file_system/base_fs_dir.rb
+++ b/lib/chef/chef_fs/file_system/base_fs_dir.rb
@@ -36,7 +36,7 @@ class Chef
children.select { |child| child.name == name }.first || NonexistentFSObject.new(name, self)
end
- def can_have_child?(name, is_dir)
+ def can_have_child?(_name, _is_dir)
true
end