Ruby - Operators and Expressions
You want to create a Ruby class
Vector2D that supports adding two vectors using +. Which approach best uses the fact that operators are methods in Ruby?