Class: Evilution::Integration::RSpec::ExampleFilterApplier::Custom Private
- Inherits:
-
Object
- Object
- Evilution::Integration::RSpec::ExampleFilterApplier::Custom
- Defined in:
- lib/evilution/integration/rspec/example_filter_applier.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call(mutation, files) ⇒ Object private
-
#initialize(filter) ⇒ Custom
constructor
private
A new instance of Custom.
Constructor Details
#initialize(filter) ⇒ Custom
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Custom.
13 14 15 |
# File 'lib/evilution/integration/rspec/example_filter_applier.rb', line 13 def initialize(filter) @filter = filter end |
Instance Method Details
#call(mutation, files) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/evilution/integration/rspec/example_filter_applier.rb', line 17 def call(mutation, files) @filter.call(mutation, files) end |