diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-30 16:52:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 16:52:48 -0700 |
commit | c3da824bf43d155f291d2e4aa4d4807d9a4136be (patch) | |
tree | 2ba6099e81a7ecff574d87aa564525de7b634381 | |
parent | 956a49c0e8e9cd6b3b6efaea2734bb4526470000 (diff) | |
parent | cd99136b5e19592217832894e754af5ace7d1f84 (diff) | |
download | chef-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.rb | 2 |
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! |