るりまサーチ

最速Rubyリファレンスマニュアル検索!
66件ヒット [1-66件を表示] (0.117秒)
トップページ > クエリ:i[x] > クエリ:l[x] > クエリ:NIL[x] > ライブラリ:rdoc/context[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. kernel $-i

検索結果

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

find a module at a higher scope

...find a module at a higher scope...

RDoc::Context#find_module_named(name) -> RDoc::NormalModule | nil (12419.0)

追加された RDoc::NormalModule から引数で指定した名前のモジュール を検索します。見つからなかった場合は nil を返します。

...追加された RDoc::NormalModule から引数で指定した名前のモジュール
を検索します。見つからなかった場合は nil を返します。

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

RDoc::Context#find_symbol(symbol, method=nil) (12319.0)

Look up the given symbol. If method is non-nil, then we assume the symbol references a module that contains that method

...
L
ook up the given symbol. If method is non-nil, then we assume
the symbol references a module that contains that method...

RDoc::Context::Section#title -> String | nil (12303.0)

section のタイトルを返します。

...section のタイトルを返します。...

RDoc::Context#add_class_or_module(collection, class_type, name, superclass = nil) -> RDoc::NormalClass | RDoc::SingleClass | RDoc::NormalModule (6703.0)

collection に name で指定したクラス、モジュールを追加します。

...collection に name で指定したクラス、モジュールを追加します。

@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。

@param class_type 追加するクラス、モジュールを RDoc::NormalClass、...
...RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。

@param name クラス名を文字列で指定します。

@param superclass 追加するクラスの親クラスを RDoc::NormalClass オ
ブジェ...
...クトで指定します。

既に登録済みであった場合は、引数で指定した情報で内容を更新します。ただ
し、RDoc::CodeObject#done_documenting が true を返す場合、何も行
われません。...

絞り込み条件を変える

RDoc::Context::Section#comment -> String | nil (3303.0)

section のコメントを返します。

...section のコメントを返します。...