ruby_parser.rb - add void_stmt to insert_comments loop by MSP-Greg · Pull Request #1290 · lsegal/yard

Description While running YARD with Ruby 2.7, the following comment is not added to class B: module A # comment # ... # end comment class B but, if a blank line is added between module A an...