ruby-tomdoc
Installation
SKILL.md
TomDoc for Ruby
TomDoc is a documentation specification for precise, human-readable documentation that is also machine-processable.
Method Documentation
Place documentation directly above the method definition with no blank line between.
Structure (in order)
- Description (required) - Start with visibility, then plain sentences
- Arguments (if any) - Parameter specifications
- Yields (if block) - Block parameter descriptions
- Examples (optional) - Usage demonstrations
- Returns/Raises (required) - Output and exceptions