るりまサーチ (Ruby 3.3)

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

別のキーワード

  1. rdoc/meta_method metamethod
  2. rdoc/meta_method rdoc::metamethod
  3. metamethod
  4. metamethod rdoc/meta_method

種類

ライブラリ

キーワード

検索結果

RDoc::MetaMethod (54001.0)

動的に定義されたメソッドを表現するクラスです。

動的に定義されたメソッドを表現するクラスです。

ライブラリの内部で使用します。

rdoc/meta_method (49.0)

RDoc::MetaMethod を定義するサブライブラリです。

RDoc::MetaMethod を定義するサブライブラリです。

RDoc::CodeObject (19.0)

RDoc のコードツリーを表現するクラスの基本クラスです。

RDoc のコードツリーを表現するクラスの基本クラスです。

以下は RDoc::CodeObject のサブクラスのツリーです。

//emlist{
* RDoc::Context
* RDoc::TopLevel
* RDoc::ClassModule
* RDoc::AnonClass
* RDoc::NormalClass
* RDoc::NormalModule
* RDoc::SingleClass
* RDoc::AnyMethod
* RDoc::GhostMethod
* RDoc::MetaMethod
...