最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.008秒)
トップページ
>
:
inherited
>
:関数
別のキーワード
class inherited
_builtin inherited
inherited class
inherited _builtin
rb_class_inherited
検索結果
先頭1件
VALUE rb
_
class
_
inherited(VALUE super
,
VALUE klass)
VALUE rb
_
class
_
inherited(VALUE super
,
VALUE klass)
(6117.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
関数
クラス super の下位クラス klass が作成されたことを 受けて、super に対し inherited メソッドを呼び出します。
...
クラス super の下位クラス klass が作成されたことを
受けて、super に対し
inherited
メソッドを呼び出します。
...