るりまサーチ

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

別のキーワード

  1. class inherited
  2. _builtin inherited
  3. inherited class
  4. inherited _builtin
  5. rb_class_inherited

検索結果

<< < 1 2 >>

Object#private_methods(include_inherited = true) -> [Symbol] (108.0)

そのオブジェクトが理解できる private メソッド名の一覧を返します。

...そのオブジェクトが理解できる private メソッド名の一覧を返します。

@param include_inherited 偽となる値を指定すると自身のクラスのスーパークラスで定義されたメソッドを除きます。


@see Module#private_instance_methods,Object#methods,O...

Object#protected_methods(include_inherited = true) -> [Symbol] (108.0)

そのオブジェクトが理解できる protected メソッド名の一覧を返します。

...そのオブジェクトが理解できる protected メソッド名の一覧を返します。

@param include_inherited 偽となる値を指定すると自身のクラスのスーパークラスで定義されたメソッドを除きます。


@see Module#protected_instance_methods,Object#metho...

Object#public_methods(include_inherited = true) -> [Symbol] (108.0)

そのオブジェクトが理解できる public メソッド名の一覧を返します。

...そのオブジェクトが理解できる public メソッド名の一覧を返します。

@param include_inherited 偽となる値を指定すると自身のクラスのスーパークラスで定義されたメソッドを除きます。


@see Module#public_instance_methods,Object#methods,Obj...

Thread#add_trace_func(pr) -> Proc (13.0)

スレッドにトレース用ハンドラを追加します。

...> ["line", "example.rb", 4, nil, #<Binding:0x00007f98e107d0d8>, nil]
# => ["c-call", "example.rb", 4, :inherited, #<Binding:0x00007f98e1087448>, Class]
# => ["c-return", "example.rb", 4, :inherited, #<Binding:0x00007f98e1085d00>, Class]
# => ["class", "example.rb", 4, nil, #<Binding:0x00007f98e108f2...

Thread#set_trace_func(pr) -> Proc | nil (13.0)

スレッドにトレース用ハンドラを設定します。

...> ["line", "example.rb", 2, nil, #<Binding:0x00007fc8de87cb08>, nil]
# => ["c-call", "example.rb", 2, :inherited, #<Binding:0x00007fc8de886770>, Class]
# => ["c-return", "example.rb", 2, :inherited, #<Binding:0x00007fc8de8844e8>, Class]
# => ["class", "example.rb", 2, nil, #<Binding:0x00007fc8de88e8...

絞り込み条件を変える

<< < 1 2 >>