Class: Evilution::Integration::RSpec::ExampleFilterApplier::Custom Private

Inherits:
Object
  • Object
show all
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

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