I am developing a Ruby programming tutorial that I would like to document using Yard . By default, Yard puts all the methods in the module / class in alphabetical order. However, since the methods in each module in the textbook are built on top of each other, I would like to keep them in the order in which I wrote them.
Is there a way to configure Yard to not introduce methods in alphabetical order?
source share