class VCR::Configuration
def ignore_request(&block)
- Yieldreturn: - whether or not to ignore the request
Other tags:
- Yieldparam: request - the HTTP request
Other tags:
- Yield: - the callback
def ignore_request(&block) VCR.request_ignorer.ignore_request(&block) end