On Wed, Dec 2, 2020 at 7:08 AM Patrick R. Michaud <pmich...@pobox.com> wrote: > Nil.any_non_existent method always seems to return Nil. I'm not sure where > this is documented
It's near the top of the `Nil` doc page you linked: > Any method call on `Nil` of a method that does not exist ... will succeed and > return `Nil`.