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 b0c1159 + beb6ce8 commit a791e78Copy full SHA for a791e78
STYLEGUIDE.md
@@ -387,7 +387,8 @@ remove_member(user, skip_membership_check: true)
387
388
* The names of potentially "dangerous" methods (i.e. methods that modify `self` or the
389
arguments, `exit!`, etc.) should end with an exclamation mark. Bang methods
390
- should only exist if a non-bang method exists. ([More on this](http://dablog.rubypal.com/2007/8/15/bang-methods-or-danger-will-rubyist)).
+ should only exist if a non-bang counterpart (method name which does NOT end with !)
391
+ also exists.
392
393
## Percent Literals
394
0 commit comments