Method: Fusu::HashWithIndifferentAccess#reject

Defined in:
lib/fusu/hash_with_indifferent_access.rb

#reject(*args, &block) ⇒ Object



243
244
245
# File 'lib/fusu/hash_with_indifferent_access.rb', line 243

def reject(*args, &block)
  dup.tap { |hash| hash.reject!(*args, &block) }
end