Open johntrandall opened 7 years ago
to &.method(args) or to try(:method, args)
that is the question.
TIL that &. is ruby (2.3.0+) .try is Active Support
I recommend we eschew both of these options and instead strive to find the source of the nils
nil
to &.method(args) or to try(:method, args)
that is the question.