Returns true if the block given when initializing this filter with BlockFilter.new {|src_file| ... } returns true for the given source file.
# File lib/simplecov/filter.rb, line 40 def matches?(source_file) filter_argument.call(source_file) end
Generated with the Darkfish Rdoc Generator 2.