LinuxCommandLibrary

yard

Documentation tool for Ruby.

TLDR

Create the documentation

$ yard
copy


Create the documentation and save it to one file
$ yard --one-file
copy


List all undocumented objects
$ yard stats --list-undoc
copy

Copied to clipboard