22 23 24
# File 'lib/foundry/refinements/hash.rb', line 22 def without!(*keys) self.reject! { |key, _| keys.include?(key) }; self end