るりまサーチ

最速Rubyリファレンスマニュアル検索!
120件ヒット [101-120件を表示] (0.047秒)
トップページ > クエリ:rdoc[x] > クエリ:NormalModule[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. rdoc version
  2. rdoc attr_modifiers
  3. rdoc class_modifiers
  4. rdoc general_modifiers
  5. rdoc/markdown parse

検索結果

<< < 1 2 >>

RDoc::TopLevel#find_module_named(name) -> RDoc::NormalModule (3219.0)

RDoc が収集したクラスの内、name で指定した名前のモジュールを返します。 見つからなかった場合は nil を返します。

...
RDoc
が収集したクラスの内、name で指定した名前のモジュールを返します。
見つからなかった場合は nil を返します。

@param name モジュール名を文字列で指定します。...

RDoc::Context#find_enclosing_module_named(name) -> RDoc::NormalModule | nil (3203.0)

find a module at a higher scope

find a module at a higher scope
<< < 1 2 >>