るりまサーチ (Ruby 3.0)

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

別のキーワード

  1. rdoc version
  2. rdoc/context new
  3. rdoc attr_modifiers
  4. rdoc constant_modifiers
  5. rdoc/markdown parse

ライブラリ

検索結果

RDoc::Markup#content -> String (63325.0)

変換する文字列を返します。

変換する文字列を返します。

rdoc ライブラリのデバッグ用途に使用します。
SM::SimpleMarkup#convert の後に実行します。

変換のために加工したオブジェクトを改行で連結したものを返すため、変換前
の文字列と結果が異なる事があります。

@see SM::SimpleMarkup#convert

RDoc::Markup::Formatter#convert(content) -> () (9373.0)

content で指定された文字列を変換します。

content で指定された文字列を変換します。

@param content 変換する文字列を指定します。