るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.014秒)
トップページ > クエリ:Symbol[x] > バージョン:2.3.0[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) (18706.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) (18658.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 (52.0)

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

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

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

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

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