class Protobuf::Field::BaseField

def repeated?

Is this a repeated field?
def repeated?
  !! @repeated
end