class RBI::Group

def initialize(kind)

: (Kind kind) -> void
def initialize(kind)
  super()
  @kind = kind
end