るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.067秒)

別のキーワード

  1. openssl new
  2. _builtin new
  3. rexml/document new
  4. resolv new
  5. socket new

検索結果

VALUE rb_class_new_instance(int argc, VALUE *argv, VALUE klass) (36700.0)

Class#new の実体です。

Class#new の実体です。

VALUE rb_class_new(VALUE super) (36604.0)

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

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

VALUE rb_singleton_class_new(VALUE super) (36604.0)

super をスーパークラスとする特異クラスを生成し、返します。

super をスーパークラスとする特異クラスを生成し、返します。

static VALUE include_class_new(VALUE module, VALUE super) (36604.0)

super をスーパークラスとして モジュールの「化身」クラスを作成し返します。

super をスーパークラスとして
モジュールの「化身」クラスを作成し返します。

static VALUE rb_class_s_new(int argc, VALUE *argv) (36604.0)

絞り込み条件を変える