class WebMock::RequestPatternMatcher

def at_most_twice

def at_most_twice
  @request_execution_verifier.at_most_times_executed = 2
  self
end