module Protobuf

def new(deprecation_horizon = nil, *)

def new(deprecation_horizon = nil, *)
  self.deprecation_horizon = deprecation_horizon if deprecation_horizon
  self
end