We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eddce7 + 2ab6fce commit 3f6ff03Copy full SHA for 3f6ff03
STYLEGUIDE.md
@@ -797,9 +797,9 @@ names.select do |name|
797
end.map { |name| name.upcase }
798
```
799
800
- Some will argue that multiline chaining would look OK with the use of {...}, but they should
801
- ask themselves - is this code really readable and can't the block's contents be extracted into
802
- nifty methods?
+* Some will argue that multiline chaining would look OK with the use of `{...}`,
+ but they should ask themselves: is this code really readable and can't the block's
+ contents be extracted into nifty methods?
803
804
* Avoid `return` where not required.
805
<a name="avoid-return"></a><sup>[[link](#avoid-return)]</sup>
0 commit comments