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