るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.105秒)
トップページ > 種類:インスタンスメソッド[x] > バージョン:2.4.0[x] > クエリ:find[x] > クラス:RDoc::Context[x]

別のキーワード

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

検索結果

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

find a module at a higher scope

find a module at a higher scope

RDoc::Context#find_local_symbol(symbol) (18310.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 (18310.0)

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

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

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

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

Record the file that we happen to find it in

Record the file that we happen to find it in

絞り込み条件を変える