lib/vcr/cassette/serializers/yaml.rb in vcr-2.1.1 vs lib/vcr/cassette/serializers/yaml.rb in vcr-2.2.0

- old
+ new

@@ -35,10 +35,10 @@ end # Deserializes the given string using YAML. # # @param [String] string the YAML string - # @param [Hash] hash the deserialized object + # @return [Hash] the deserialized object def deserialize(string) handle_encoding_errors do ::YAML.load(string) end end