class PactBroker::Matrix::NilSelectorIgnorer
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.
Public Instance Methods
Source
# File lib/pact_broker/matrix/selector_ignorer.rb, line 50 def ignore_pacticipant?(*) false end
Source
# File lib/pact_broker/matrix/selector_ignorer.rb, line 54 def ignore_pacticipant_version?(*) false end