You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's minor, but apparently there is a domain-specific language note to reference in the Parentheses section of the Naming Conventions doc:
Methods which act as accessors of any sort (either encapsulating a field
or a logical property) should be declared *without* parentheses except
if they have side effects. While Ruby and Lift use a `!` to indicate
this, the usage of parens is preferred [\#dsl\_note]\_.
I cannot trace down what doc is supposed to be linked here.