class VCR::Configuration

def before_record(tag = nil, &block)

Other tags:
    See: #before_playback -

Other tags:
    Yieldparam: cassette - The current cassette.
    Yieldparam: interaction - The interaction that will be

Other tags:
    Yield: - the callback

Parameters:
  • tag ((optional) Symbol) -- Used to apply this hook to only cassettes that match
def before_record(tag = nil, &block)
  super(tag_filter_from(tag), &block)
end