# File lib/vcr/configuration.rb, line 191
    def register_request_matcher(name, &block)
      VCR.request_matchers.register(name, &block)
    end