mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 23:54:33 +00:00
Update cheatsheets
This commit is contained in:
21
yard
Normal file
21
yard
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# yard
|
||||
|
||||
> Documentation tool for Ruby.
|
||||
> More information: <https://yardoc.org/>.
|
||||
|
||||
- Create the documentation:
|
||||
|
||||
`yard`
|
||||
|
||||
- Create the documentation and save it to one file:
|
||||
|
||||
`yard --one-file`
|
||||
|
||||
- List all undocumented objects:
|
||||
|
||||
`yard stats --list-undoc`
|
||||
Reference in New Issue
Block a user