module VCR::Cassette::Serializers::Psych
The Psych serializer. Psych is the new YAML engine in ruby 1.9.
Constants
- ENCODING_ERRORS
-
@private
Public Instance Methods
Source
Source
# File lib/vcr/cassette/serializers/psych.rb, line 21 def file_extension "yml" end
The file extension to use for this serializer.
@return [String] “yml”