(no title)
ismaelct | 1 year ago
I wonder if just using "throw :halt" (like in AR callbacks, to halt callback chains) or an Enumerator with "raise StopIteration" (which would work) would throw people off a bit less, just on account of those things being more familiar.
corytheboyd|1 year ago
ismaelct|1 year ago