method
remove_private_comments
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Parser::Ruby
remove_private_comments(comment)public
No documentation available.
# File lib/rdoc/parser/ruby.rb, line 1471
def remove_private_comments(comment)
comment.gsub!(/^#--\n.*?^#\+\+/, '')
comment.sub!(/^#--\n.*/, '')
end