Classes: Matcher
"0.2.1"
Yields:
87 88 89 90 91 92
# File 'lib/filter_matcher/filter_matcher.rb', line 87 def matcher(collection, matcher_type) matcher = Matcher.new(collection, matcher_type) yield matcher matcher.run end