instance method
reject
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v6.1.7.10Signature
reject(&block)
No documentation comment.
Parameters
-
blockblock
Source
# File activesupport/lib/active_support/ordered_hash.rb, line 128
def reject(&block)
dup.reject!(&block)
end
Defined in activesupport/lib/active_support/ordered_hash.rb line 128
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::OrderedHash