36件ヒット
[1-36件を表示]
(0.079秒)
ライブラリ
-
rdoc
/ context (36)
クラス
-
RDoc
:: Context (36)
キーワード
-
ongoing
_ visibility= (12) -
set
_ visibility _ for (12)
検索結果
先頭3件
-
RDoc
:: Context # visibility -> :public | :protected | :private (21102.0) -
自身の可視性を Symbol で返します。
自身の可視性を Symbol で返します。 -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (9225.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を :public, :protected, :private の内のいずれか... -
RDoc
:: Context # ongoing _ visibility=(vis) (9118.0) -
Change the default visibility for new methods
...Change the default visibility for new methods...