class VCR::RequestMatcherRegistry

def initialize

Other tags:
    Private: -
def initialize
  @registry = {}
  register_built_ins
end