るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.018秒)
トップページ > バージョン:3.0[x] > クエリ:rdoc/text[x] > クエリ:strip_hashes[x]

別のキーワード

  1. openssl to_text
  2. prettyprint text
  3. cgi/html text_field
  4. cgi text_field
  5. rexml/document text

ライブラリ

モジュール

検索結果

RDoc::Text#strip_hashes(text) -> String (78304.0)

引数から各行の行頭の # を削除します。

引数から各行の行頭の # を削除します。

@param text 文字列を指定します。

RDoc::Text#normalize_comment(text) -> String (24019.0)

引数から行頭のスペースや改行文字などを削除します。

引数から行頭のスペースや改行文字などを削除します。

詳しくは [SEE ALSO] の各メソッドを参照してください。

@param text 文字列を指定します。

@see RDoc::Text#strip_hashes, RDoc::Text#expand_tabs,
RDoc::Text#flush_left, RDoc::Text#strip_newlines