Class: SimpleCov::BlockFilter
- Defined in:
- lib/simplecov/filter.rb,
sig/simplecov.rbs
Instance Attribute Summary
Attributes inherited from Filter
Instance Method Summary collapse
Methods inherited from Filter
build_filter, class_for_argument, #initialize
Constructor Details
This class inherits a constructor from SimpleCov::Filter
Instance Method Details
#matches?(source_file) ⇒ Boolean
113 114 115 |
# File 'lib/simplecov/filter.rb', line 113 def matches?(source_file) filter_argument.call(source_file) end |
#path_only? ⇒ Boolean
1059 |
# File 'sig/simplecov.rbs', line 1059
def path_only?: () -> bool
|