# File lib/vcr/cassette/serializers/psych.rb, line 29 def serialize(hash) handle_encoding_errors do ::Psych.dump(hash) end end