Fix TypeError when passing an instance of a subclass of String to a string field by NotFounds · Pull Request #13818 · protocolbuffers/protobuf
Issue When an object that is an instance of a string-derived class is passed to a string field in a protobuf message in Ruby, it results in a Google::Protobuf::TypeError. Steps to reproduce ~/src/...