7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
---
|
|
description: Enforces specific naming conventions for files, methods, variables, classes, and modules in DragonRuby projects.
|
|
globs: **/*.rb
|
|
---
|
|
- Use snake_case for file names, method names, and variables.
|
|
- Use CamelCase for class and module names.
|
|
- Follow DragonRuby naming conventions. |