るりまサーチ

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

別のキーワード

  1. matrix find_index
  2. _builtin find_index
  3. pathname find
  4. _builtin find

検索結果

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

find a module at a higher scope

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

RDoc::Context#find_local_symbol(symbol) (12205.0)

Finds a method, constant, attribute, module or files named +symbol+ in this context

...
Find
s a method, constant, attribute, module or files named +symbol+ in
this context...

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

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

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

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

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

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

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

RDoc::Context#record_location(toplevel) (35.0)

Record the file that we happen to find it in

...Record the file that we happen to find it in...

絞り込み条件を変える