るりまサーチ

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

別のキーワード

  1. module attr
  2. module public
  3. module private
  4. module protected
  5. module new

ライブラリ

キーワード

検索結果

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