summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-30 16:52:48 -0700
committerGitHub <noreply@github.com>2020-09-30 16:52:48 -0700
commitc3da824bf43d155f291d2e4aa4d4807d9a4136be (patch)
tree2ba6099e81a7ecff574d87aa564525de7b634381
parent956a49c0e8e9cd6b3b6efaea2734bb4526470000 (diff)
parentcd99136b5e19592217832894e754af5ace7d1f84 (diff)
downloadchef-c3da824bf43d155f291d2e4aa4d4807d9a4136be.tar.gz
Merge pull request #10475 from chef/lcg/ruby-3-hash-methods
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/node/mixin/immutablize_hash.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/node/mixin/immutablize_hash.rb b/lib/chef/node/mixin/immutablize_hash.rb
index e3b02e378e..f6d885ca2b 100644
--- a/lib/chef/node/mixin/immutablize_hash.rb
+++ b/lib/chef/node/mixin/immutablize_hash.rb
@@ -58,6 +58,7 @@ class Chef
each_with_object
empty?
entries
+ except
fetch
fetch_values
filter
@@ -137,6 +138,7 @@ class Chef
default_proc=
delete
delete_if
+ except!
filter!
keep_if
map!