# File lib/vcr/cassette/serializers/psych.rb, line 39 def deserialize(string) handle_encoding_errors do ::Psych.load(string) end end