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

Methods

matches?  

Public Instance methods

Returns true if the block given when initializing this filter with BlockFilter.new {|src_file| … } returns true for the given source file.

[Validate]