Class VCR::LinkedCassette::CassetteList
In: lib/vcr/linked_cassette.rb
Parent: Object

An enumerable lazily wrapping a list of cassettes that a context is using

Methods

each   last   new   size   wrap  

Included Modules

Enumerable

Public Class methods

Creates a new list of context-owned cassettes and linked cassettes @param [Array] context-owned cassettes @param [Array] context-unowned (linked) cassettes

Public Instance methods

Yields linked cassettes first, and then context-owned cassettes

Provide last implementation, which is not provided by Enumerable

Provide size implementation, which is not provided by Enumerable

Protected Instance methods

[Validate]