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

ignore_pacticipant?(*) click to toggle source
# File lib/pact_broker/matrix/selector_ignorer.rb, line 50
def ignore_pacticipant?(*)
  false
end
ignore_pacticipant_version?(*) click to toggle source
# File lib/pact_broker/matrix/selector_ignorer.rb, line 54
def ignore_pacticipant_version?(*)
  false
end