36件ヒット
[1-36件を表示]
(0.028秒)
別のキーワード
検索結果
先頭3件
-
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (19.0) -
自身を初期化します。
...自身を初期化します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく... -
RDoc
:: Context :: Section # ==(other) -> bool (7.0) -
自身と other のシーケンス番号を比較した結果を返します。
...自身と other のシーケンス番号を比較した結果を返します。
@param other RDoc::Context::Section オブジェクトを指定します。... -
RDoc
:: Context :: Section # set _ comment(comment) -> () (7.0) -
自身にコメントを設定します。
...自身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定...