@private
1.9 hashes are already ordered.
# File lib/vcr/structs.rb, line 175 def self.apply_to(*args); end
# File lib/vcr/structs.rb, line 167 def each @ordered_keys.each do |key| yield key, self[key] end end