Module
VCR::OrderedHashSerializer
In:
lib/vcr/structs.rb
@private
Methods
apply_to
apply_to
each
Public Class methods
apply_to
(hash, keys)
apply_to
(*args)
1.9+ hashes are already ordered.
Public Instance methods
each
() {|key, self[key] if has_key?(key)| ...}
[Validate]