class WebMock::WebMockMatcher

def at_least_twice

def at_least_twice
  @request_execution_verifier.at_least_times_executed = 2
  self
end