method
reject
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::OrderedHash
reject(*args, &block)public
No documentation available.
# File activesupport/lib/active_support/ordered_hash.rb, line 35
def reject(*args, &block)
dup.tap { |hash| hash.reject!(*args, &block) }
end