るりまサーチ (Ruby 3.4)

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

別のキーワード

  1. format spec
  2. format spec=
  3. oldformat spec
  4. oldformat spec=
  5. installer spec

クラス

検索結果

RDoc::Markup#add_special(pattern, name) -> () (18310.0)

pattern で指定した正規表現にマッチする文字列をフォーマットの対象にしま す。

...oHtml などのフォーマッタに識別させる時の名前を
Symbol で指定します。

例:

require 'rdoc/markup/simple_markup'
require 'rdoc/markup/simple_markup/to_html'

class WikiHtml < SM::ToHtml
def handle_special_WIKIWORD(special)
"<font color=red>" + sp...