Ruby 2.2.0 リファレンスマニュアル > 関数一覧 > rb_define_class_under
VALUE rb_define_class_under(VALUE outer, const char *name, VALUE super)
super のサブクラスとして新しい Ruby クラスを、outer の定数として定義し て返します。