class SimpleCov::StringFilter
def matches?(source_file)
Returns true when the given source file's filename matches the
def matches?(source_file) source_file.project_filename.include?(filter_argument) end
def matches?(source_file) source_file.project_filename.include?(filter_argument) end