240件ヒット
[101-200件を表示]
(0.020秒)
ライブラリ
-
rdoc
/ code _ object (216) -
rdoc
/ context (12) -
rdoc
/ top _ level (12)
クラス
-
RDoc
:: CodeObject (216) -
RDoc
:: Context (12) -
RDoc
:: TopLevel (12)
キーワード
-
add
_ class _ or _ module (24) - comment (12)
- comment= (12)
-
document
_ children (12) -
document
_ children= (12) -
document
_ self (12) -
document
_ self= (12) - documented? (12)
- parent (12)
- parent= (12)
-
parent
_ file _ name (12) -
parent
_ name (12) -
remove
_ classes _ and _ modules (12) -
remove
_ methods _ etc (12) - section (12)
- section= (12)
-
start
_ doc (12) -
stop
_ doc (12)
検索結果
先頭5件
-
RDoc
:: CodeObject # document _ self -> bool (3007.0) -
自身をドキュメントに含めるかどうかを返します。
...自身をドキュメントに含めるかどうかを返します。
@see RDoc::CodeObject#document_children... -
RDoc
:: CodeObject # parent=(val) (3007.0) -
自身を所有する(変数や定数などの形で保持する)オブジェクトを設定します。
...自身を所有する(変数や定数などの形で保持する)オブジェクトを設定します。
@param val RDoc::CodeObject のサブクラスのオブジェクトを指定しま
す。... -
RDoc
:: CodeObject # parent _ file _ name -> String (3007.0) -
self.parent のファイル名を返します。
...self.parent のファイル名を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: CodeObject # parent _ name -> String (3007.0) -
self.parent の名前を返します。
...self.parent の名前を返します。
@see RDoc::CodeObject#parent... -
RDoc
:: CodeObject # comment -> String (3001.0) -
自身のコメントを返します。
自身のコメントを返します。 -
RDoc
:: CodeObject # comment=(comment) (3001.0) -
自身のコメントを comment に設定します。
自身のコメントを comment に設定します。
ただし、comment が空文字列だった場合は何もしません。
@param comment コメントを文字列で指定します。 -
RDoc
:: CodeObject # documented? -> bool (3001.0) -
出力すべきドキュメントがあるかどうかを返します。
出力すべきドキュメントがあるかどうかを返します。 -
RDoc
:: CodeObject # metadata -> Hash (3001.0) -
自身が持つメタデータ(他から任意の値を設定してもよい)を返します。
自身が持つメタデータ(他から任意の値を設定してもよい)を返します。 -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (3001.0) -
所属している section を返します。
所属している section を返します。