module Google::Protobuf::MessageExts

def self.included(klass)

this is only called in jruby; mri loades the ClassMethods differently
def self.included(klass)
  klass.extend(ClassMethods)
end