class Protobuf::Field::VarintField

def coerce!(val)

def coerce!(val)
  return val.to_i if val.is_a?(Numeric)
  Integer(val, 10)
end