55件ヒット
[1-55件を表示]
(0.051秒)
キーワード
-
include
_ class _ new (11) -
rb
_ class _ new (11) -
rb
_ class _ new _ instance (11) -
rb
_ class _ s _ new (11) -
rb
_ singleton _ class _ new (11)
検索結果
先頭5件
-
VALUE rb
_ class _ new _ instance(int argc , VALUE *argv , VALUE klass) (12233.0) -
Class#new の実体です。
...
Class#new の実体です。... -
VALUE rb
_ class _ new(VALUE super) (12201.0) -
super をスーパークラスとして 新しいクラスオブジェクトを生成し、返します。
super をスーパークラスとして
新しいクラスオブジェクトを生成し、返します。 -
VALUE rb
_ singleton _ class _ new(VALUE super) (12201.0) -
super をスーパークラスとする特異クラスを生成し、返します。
super をスーパークラスとする特異クラスを生成し、返します。 -
static VALUE include
_ class _ new(VALUE module , VALUE super) (12201.0) -
super をスーパークラスとして モジュールの「化身」クラスを作成し返します。
super をスーパークラスとして
モジュールの「化身」クラスを作成し返します。 -
static VALUE rb
_ class _ s _ new(int argc , VALUE *argv) (12201.0) -