るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.017秒)
トップページ > クエリ:Symbol[x] > クラス:RDoc::Context[x]

別のキーワード

  1. symbol []
  2. symbol slice
  3. win32ole cp_symbol
  4. tracer event_symbol
  5. _builtin symbol

ライブラリ

キーワード

検索結果

RDoc::Context#find_symbol(symbol, method=nil) (6235.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) (6219.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#visibility -> :public | :protected | :private (17.0)

自身の可視性を Symbol で返します。

...自身の可視性を Symbol で返します。...

RDoc::Context::VISIBILITIES -> [:public, :protected, :private] (17.0)

メソッドの可視性を Symbol の配列で返します。

...メソッドの可視性を Symbol の配列で返します。...