class VCR::Configuration

def ignore_request(&block)

Other tags:
    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