remove_private_comment(comment)
Instance Public methods
Removes private comments.
Unlike RDoc::Comment#remove_private this implementation only looks for two dashes at the beginning of the line. Three or more dashes are considered to be a rule and ignored.
Please login to continue.