module VCR::Cassette::HTTPInteractionList::NullList
def has_interaction_matching?(*a); false; end
def has_interaction_matching?(*a); false; end
def has_used_interaction_matching?(*a); false; end
def has_used_interaction_matching?(*a); false; end
def remaining_unused_interaction_count(*a); 0; end
def remaining_unused_interaction_count(*a); 0; end
def response_for(*a); nil; end
def response_for(*a); nil; end