deftrait Addition as: -> # This Trait defines addition and is used by the runtime everywhere it # encounters a `+` operator. # Add other to self. def add other: Any end