
27 Jul
2024
27 Jul
'24
6:14 p.m.
Issue #20656 has been reported by willianveiga (Willian Veiga). ---------------------------------------- Feature #20656: Import Hash#except! from Active Support https://bugs.ruby-lang.org/issues/20656 * Author: willianveiga (Willian Veiga) * Status: Open ---------------------------------------- For some unknown reason, Hash#except! was not imported on #8499. We have Hash#except, but we don't have the bang version (Hash#except!). This feature request was created to address that. The new method except! should work exactly as describe on Ruby on Rails API reference: https://edgeapi.rubyonrails.org/classes/Hash.html#method-i-except-21 -- https://bugs.ruby-lang.org/