We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unless
1 parent 981db17 commit 1627922Copy full SHA for 1627922
documentation/index.html.erb
@@ -628,7 +628,7 @@ Expressions
628
are the same as boolean <tt>true</tt>, while <tt>off</tt> and <tt>no</tt> are boolean <tt>false</tt>.
629
</p>
630
<p>
631
- For single-line statements, <tt>unless</tt> can be used as the inverse of <tt>if</tt>.
+ <tt>unless</tt> can be used as the inverse of <tt>if</tt>.
632
633
634
As a shortcut for <tt>this.property</tt>, you can use <tt>@property</tt>.
0 commit comments