るりまサーチ (Ruby 2.5.0)

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

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

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

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

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

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