# File lib/vcr/cassette/migrator.rb, line 111 def normalize_body(object) object.body = EMPTY_STRING if object.body.nil? end