method

line_range_for

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