Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/collection_filter/core_ext/array.rb

Class Method Summary collapse

Class Method Details

.filter_with(block) ⇒ Object



4
5
6
# File 'lib/collection_filter/core_ext/array.rb', line 4

def self.filter_with(block)
  CollectionFilter::Undefined.filter_with(new, block)
end