class WebMock::MethodPattern

def matches?(method)

def matches?(method)
  @pattern == method || @pattern == :any
end