select( &block )
select( *keys )
select( *keys )
Instance Public methods
If a block is provided, returns a new array containing [key, value] pairs for which the block returns true.
Otherwise, same as values_at
If a block is provided, returns a new array containing [key, value] pairs for which the block returns true.
Otherwise, same as values_at
Please login to continue.