Class: PactBroker::Matrix::NilSelectorIgnorer
- Inherits:
-
Object
- Object
- PactBroker::Matrix::NilSelectorIgnorer
- Defined in:
- lib/pact_broker/matrix/selector_ignorer.rb
Overview
Used when resolving the ignore selecors in the first place - the process for resolving normal selectors and ignore selectors is almost the same, but it makes no sense to ignore an ignore selector.
Instance Method Summary collapse
Instance Method Details
#ignore_pacticipant? ⇒ Boolean
50 51 52 |
# File 'lib/pact_broker/matrix/selector_ignorer.rb', line 50 def ignore_pacticipant?(*) false end |
#ignore_pacticipant_version? ⇒ Boolean
54 55 56 |
# File 'lib/pact_broker/matrix/selector_ignorer.rb', line 54 def ignore_pacticipant_version?(*) false end |