Module: VCR::Archive::Persister

Extended by:
Persister
Included in:
Persister
Defined in:
lib/vcr/archive.rb

Instance Method Summary collapse

Instance Method Details

#[](_) ⇒ Object



30
31
32
# File 'lib/vcr/archive.rb', line 30

def [](_)
  nil
end

#[]=(_, _) ⇒ Object



34
35
36
# File 'lib/vcr/archive.rb', line 34

def []=(_, _)
  nil
end

#absolute_path_to_file(storage_key) ⇒ Object



38
39
40
# File 'lib/vcr/archive.rb', line 38

def absolute_path_to_file(storage_key)
  storage_key
end