84件ヒット
[1-84件を表示]
(0.017秒)
種類
- インスタンスメソッド (72)
- 定数 (12)
クラス
-
RDoc
:: Context (84)
キーワード
- VISIBILITIES (12)
-
ongoing
_ visibility= (12) -
record
_ location (12) -
set
_ visibility _ for (12) - toplevel (12)
-
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # ongoing _ visibility=(vis) (6202.0) -
Change the default visibility for new methods
...Change the default visibility for new methods... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (6202.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を :public, :protected, :private の内のいずれか
で指... -
RDoc
:: Context # toplevel -> RDoc :: TopLevel (6202.0) -
自身が所属する RDoc::TopLevel オブジェクトを返します。
...自身が所属する RDoc::TopLevel オブジェクトを返します。... -
RDoc
:: Context # visibility -> :public | :protected | :private (6102.0) -
自身の可視性を Symbol で返します。
自身の可視性を Symbol で返します。 -
RDoc
:: Context :: VISIBILITIES -> [:public , :protected , :private] (6102.0) -
メソッドの可視性を Symbol の配列で返します。
メソッドの可視性を Symbol の配列で返します。 -
RDoc
:: Context # record _ location(toplevel) (102.0) -
Record the file that we happen to find it in
Record the file that we happen to find it in -
RDoc
:: Context # unmatched _ alias _ lists=(val) (102.0) -
メソッド名の対応が取れていない alias の旧メソッド名がキー、 RDoc::Alias が値の Hash を設定します。
...メソッド名の対応が取れていない alias の旧メソッド名がキー、
RDoc::Alias が値の Hash を設定します。
@param val 旧メソッド名がキー、RDoc::Alias が値の Hash を指
定します。...