method
process
rails latest stable - Class:
CommentVisitor
process(comments)private
No documentation available.
# File tools/rdoc-to-md, line 132
def process(comments)
old_comment_range = line_range_for(comments)
old_comment_range.each { @old_comment_lines << _1 }
@new_comments[old_comment_range.begin] = Comment.from(comments)
end