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