36件ヒット
[1-36件を表示]
(0.029秒)
別のキーワード
クラス
-
RDoc
:: Context (36)
キーワード
-
find
_ local _ symbol (12) -
find
_ symbol (12) -
set
_ visibility _ for (12)
検索結果
先頭3件
-
RDoc
:: Context # find _ symbol(symbol , method=nil) (6336.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 # set _ visibility _ for(methods , visibility , singleton = false) -> () (6303.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param vi......sibility 可視性を :public, :protected, :private の内のいずれか
で指定します。
@param singleton 特異メソッドの可視性を変更する場合は true、そうでない
場合は false を指定します。... -
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...