class VCR::Cassette::HTTPInteractionList
def has_unused_interactions?
-
(Boolean)
- Whether or not there are unused interactions left in the list.
def has_unused_interactions? @interactions.size > 0 end
(Boolean)
- Whether or not there are unused interactions left in the list.
def has_unused_interactions? @interactions.size > 0 end