method

remove_private

v2_6_3 - Show latest stable - Class: RDoc::Comment
remove_private()
public

Removes private sections from this comment. Private sections are flush to the comment marker and start with -- and end with ++. For C-style comments, a private marker may not start at the opening of the comment.

/*
 *--
 * private
 *++
 * public
 */