Ruby 2.2.0 リファレンスマニュアル > 関数一覧 > rb_class_new

function rb_class_new

VALUE rb_class_new(VALUE super)

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