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

Some Hash destructive methods ensure the receiver modifiable [Bug #17736] #4297

Merged
merged 1 commit into from
Mar 20, 2021

Commits on Mar 20, 2021

  1. Some Hash destructive methods ensure the receiver modifiable [Bug #17…

    …736]
    
    refs:
    
    * https://bugs.ruby-lang.org/issues/17736
    * ruby#4296
    
    This commit aims to cover following methods
    
    * Hash#select!
    * Hash#filter!
    * Hash#keep_if
    * Hash#reject!
    * Hash#delete_if
    
    I think these are not all.
    
    ---
    
    * Ensure the receiver is modifiable or not
    * Assert the receiver is not modified
    kachick committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a33067e View commit details
    Browse the repository at this point in the history