method
line_range_for
rails 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