# File lib/vcr/cassette/migrator.rb, line 7 def initialize(dir, out = $stdout) @dir, @out = dir, out @yaml_load_errors = yaml_load_errors end