method

remove_private_comments

v1_9_2_180 - Show latest stable - Class: RDoc::Parser::Simple
remove_private_comments(comment)
public

No documentation available.

# File lib/rdoc/parser/simple.rb, line 35
  def remove_private_comments(comment)
    comment.gsub(/^--\n.*?^\+\+/, '').sub(/^--\n.*/, '')
  end