filename=class.c
macro=false
private=false
type=VALUE
name=rb_class_new
params=(VALUE super)


super をスーパークラスとして
新しいクラスオブジェクトを生成し、返します。

