# File lib/webmock/request_pattern.rb, line 60
    def matches?(method)
      @pattern == method || @pattern == :any
    end