Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist some additional Hash/Array methods #7198

Merged
merged 1 commit into from Apr 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/chef/node/mixin/immutablize_array.rb
Expand Up @@ -112,6 +112,7 @@ module ImmutablizeArray
:take_while,
:to_a,
:to_ary,
:to_csv,
:to_h,
:to_plist,
:to_set,
Expand Down
2 changes: 2 additions & 0 deletions lib/chef/node/mixin/immutablize_hash.rb
Expand Up @@ -88,6 +88,7 @@ module ImmutablizeHash
:minmax,
:minmax_by,
:none?,
:normalize_param,
:one?,
:partition,
:rassoc,
Expand All @@ -112,6 +113,7 @@ module ImmutablizeHash
:to_plist,
:to_proc,
:to_set,
:to_xml_attributes,
:transform_keys,
:transform_values,
:uniq,
Expand Down