Ruby 2.3.0 added the safe navigation operator, &.. This operator is intended to shorten the paradigm of object && object.property && object.property.method in conditional statements.
For example, you have a House object with an address property, and you want to find the street_n...