るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

検索結果

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

find a module at a higher scope

find a module at a higher scope

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

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

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

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

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

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

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

RDoc::Context#find_symbol(symbol, method=nil) (36616.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) (106.0)

Record the file that we happen to find it in

Record the file that we happen to find it in

絞り込み条件を変える