# File lib/vcr/structs.rb, line 29 def force_encode_string(string, encoding) return string unless encoding string.force_encoding(encoding) end