The Safe Navigation Operator in Ruby .& The most interesting addition to Ruby 2.3.0 is the Safe Navigation Operator(&.). A similar operator has been present in C# and Groovy for a long time with a slightly different syntax – ?.. So what does it do? Scenario Imagine you have an account that has an owner and you want to get … Continue reading "The Safe Navigation Operator (&.) in Ruby"
Read More