What are some gems with excellent YARD docs, that can be used as a reference?
@katafrakt depends on what you mean by excellent YARD docs. I would recommend:
* command_kit (https://rubydoc.info/gems/command_kit)
* spidr (https://rubydoc.info/gems/spidr)
* Ronin gems (https://ronin-rb.dev/docs/#api)
* most of my gems since I always use YARD and try to get >80% doc coverage.
#YARD #yardoc