`apply` returns the receiver while `with` returns ...
# announcements
c
apply
returns the receiver while
with
returns the last expression of the block. Different uses.
d
You're right, but that was just talking about if you don't use the return value, the same would apply to
run
and
with
But the real question is when to actually use which... the coding conventions aren't too clear about it.. I guess this is really for #C4GKV43N2 simple smile