have a ton of places I need to add
if this_flag return end
can that be done on one line with ruby?
is there a ruby one-line “return if x” ?
return if x
Yes:
I love Ruby :-)