method

process

rails latest stable - Class: CommentVisitor

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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