We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2f4d0 commit 5779588Copy full SHA for 5779588
style/ruby/README.md
@@ -11,7 +11,8 @@ Ruby
11
* Avoid explicit return statements.
12
* Avoid using semicolons.
13
* Avoid bang (!) method names. Prefer descriptive names.
14
-* Avoid `class A::B`, [Example][class definition example]
+* Avoid defining classes and modules using shorthand nesting (class A::B)
15
+ [Example][class definition example]
16
* Don't use `self` explicitly anywhere except class methods (`def self.method`)
17
and assignments (`self.attribute =`).
18
* Prefer `detect` over `find`.
0 commit comments