method

source_lines_for

v7.2.3 - Show latest stable - Class: Comment
source_lines_for(comment_nodes)
private

No documentation available.

# File tools/rdoc-to-md, line 43
      def source_lines_for(comment_nodes)
        comment_nodes.map { _1.location.slice }
      end