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

Methods

matches?  

Public Instance methods

Returns true when the given source file‘s filename matches the string configured when initializing this Filter with StringFilter.new(‘somestring)

[Validate]