Return
The Return filter adds return to the last expression in functions (unless there’s already a return statement present) in order to match the behavior of Ruby methods and blocks.
The Return filter adds return to the last expression in functions (unless there’s already a return statement present) in order to match the behavior of Ruby methods and blocks.