# File lib/vcr/cassette/serializers/yaml.rb, line 31 def serialize(hash) handle_encoding_errors do ::YAML.dump(hash) end end