method

line_range_for

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.

line_range_for(comments)
private

No documentation available.

# File tools/rdoc-to-md, line 139
    def line_range_for(comments)
      comments.first.location.start_line..comments.last.location.start_line
    end