Class: Class
Overview
This fixes Ruby 3.0 issues with Module#(some instance method) patching by preventing the prepending of a JSON helper on protobuf load. String.instance_method(:+) is one of the most noticeable. This is fixed in Ruby 3.1.0 TODO: RUBY-1132 Remove this once Ruby 3 support is dropped. See bug here: bugs.ruby-lang.org/issues/17725