# File lib/vcr/structs.rb, line 172 def each @ordered_keys.each do |key| yield key, self[key] if has_key?(key) end end