Shorthand Syntax
Learn about other ways to write conditional statements.
A trailing if
One particularly nice feature in Ruby is that we can append the if
statement
to the ...
Learn about other ways to write conditional statements.
if
One particularly nice feature in Ruby is that we can append the if
statement
to the ...