Class SimpleCov::ArrayFilter
In: lib/simplecov/filter.rb
Parent: SimpleCov::Filter

Methods

matches?   new  

Public Class methods

Public Instance methods

Returns true if any of the filters in the array match the given source file. Configure this Filter like StringFilter.new([‘some/path’, /^some_regex/, Proc.new {|src_file| … }])

[Validate]