method
line_range_for
v8.0.0 -
Show latest stable
- Class:
CommentVisitor
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