るりまサーチ

最速Rubyリファレンスマニュアル検索!
528件ヒット [501-528件を表示] (0.073秒)

別のキーワード

  1. rss title
  2. rss title=
  3. item title
  4. item title=
  5. image title

検索結果

<< < ... 4 5 6 >>

RDoc::Context::Section#set_comment(comment) -> () (7.0)

自身にコメントを設定します。

...初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。

# ---------------------
# :section: The title
# The body
# ---------------------...

REXML::DocType#write(output, indent = 0, transitive = false, ie_hack = false) -> () (7.0)

output に DTD を出力します。

...nt.new(<<EOS).doctype
<!DOCTYPE books [
<!ELEMENT book (comment)>
<!ELEMENT comment (#PCDATA)>
<!ATTLIST book
author CDATA #REQUIRED
title
CDATA #REQUIRED
publisher CDATA "foobar publisher">
<!ENTITY p "foobar publisher">
<!ENTITY % q "quzz">
]>
EOS

doctype.write(STDOU...

Rake::RDocTask#options -> Array (7.0)

rdoc コマンドに渡すオプションのリストを返します。

...rdoc コマンドに渡すオプションのリストを返します。

指定できるオプションは -o, --main, --title, -T 以外です。...
<< < ... 4 5 6 >>