156件ヒット
[1-100件を表示]
(0.074秒)
クラス
-
RDoc
:: CodeObject (156)
キーワード
- comment (12)
-
document
_ children (12) -
document
_ self (12) - documented? (12)
- parent (12)
-
parent
_ file _ name (12) -
parent
_ name (12) -
remove
_ classes _ and _ modules (12) -
remove
_ methods _ etc (12) - section (12)
-
start
_ doc (12) -
stop
_ doc (12)
検索結果
先頭5件
-
RDoc
:: CodeObject # metadata -> Hash (9303.0) -
自身が持つメタデータ(他から任意の値を設定してもよい)を返します。
自身が持つメタデータ(他から任意の値を設定してもよい)を返します。 -
RDoc
:: CodeObject # parent -> RDoc :: CodeObject (6303.0) -
自身を所有する(変数や定数などの形で保持する)オブジェクトを返します。
自身を所有する(変数や定数などの形で保持する)オブジェクトを返します。 -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (6303.0) -
所属している section を返します。
...所属している section を返します。... -
RDoc
:: CodeObject # comment -> String (6203.0) -
自身のコメントを返します。
自身のコメントを返します。 -
RDoc
:: CodeObject # document _ children -> bool (6203.0) -
自身に含まれるメソッド、エイリアス、定数や属性をドキュメントに含めるか どうかを返します。
...自身に含まれるメソッド、エイリアス、定数や属性をドキュメントに含めるか
どうかを返します。
@see RDoc::CodeObject#document_self... -
RDoc
:: CodeObject # document _ self -> bool (6203.0) -
自身をドキュメントに含めるかどうかを返します。
...自身をドキュメントに含めるかどうかを返します。
@see RDoc::CodeObject#document_children... -
RDoc
:: CodeObject # documented? -> bool (6203.0) -
出力すべきドキュメントがあるかどうかを返します。
出力すべきドキュメントがあるかどうかを返します。 -
RDoc
:: CodeObject # parent _ file _ name -> String (6203.0) -
self.parent のファイル名を返します。
...self.parent のファイル名を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: CodeObject # parent _ name -> String (6203.0) -
self.parent の名前を返します。
...self.parent の名前を返します。
@see RDoc::CodeObject#parent...