# File lib/vcr/cassette/serializers/syck.rb, line 29 def serialize(hash) handle_encoding_errors do using_syck { ::YAML.dump(hash) } end end