るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.197秒)
トップページ > 種類:インスタンスメソッド[x] > バージョン:2.6.0[x] > クエリ:e[x] > クエリ:remove[x] > クエリ:remove_private_comments[x]

別のキーワード

  1. fileutils remove_entry_secure
  2. fileutils remove_entry
  3. fileutils remove_file
  4. fileutils remove_dir
  5. fileutils remove

ライブラリ

クラス

検索結果

RDoc::Parser::Simple#remove_private_comments(comment) -> String (90910.0)

行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返 します。

行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返
します。

@param comment 対象の文字列を指定します。

@return コメントが削除された文字列を返します。