From: Zachary Scott Date: 2013-06-06T16:21:54+09:00 Subject: [ruby-core:55332] Re: [ruby-trunk - Feature #8499][Assigned] Importing Hash#slice, Hash#slice!, Hash#except, and Hash#except! from ActiveSupport Hello, On Thu, Jun 6, 2013 at 4:12 PM, mrkn (Kenta Murata) wrote: > On Rails, they can be written in the following forms by using ActiveSupport's features. > > (1) (({hash = other_hash.slice(:key1, :key2, :key3)})) > (2) (({hash = other_hash.reject(:key1, :key2, :key3}})) Do you mean "other_hash.except(...)"? There is already Hash#reject