# File lib/vcr/request_matcher.rb, line 42
    def method
      request.method if match_requests_on?(:method)
    end