class SimpleCov::ArrayFilter
def matches?(source_files_list)
Returns true if any of the filters in the array match the given source file.
def matches?(source_files_list) filter_argument.any? do |arg| arg.matches?(source_files_list) end end
def matches?(source_files_list) filter_argument.any? do |arg| arg.matches?(source_files_list) end end