deftrait Multiplication, as: -> typedoc """ This Trait defines multiplication and is used by the runtime everywhere it encounters a `*` operator. """ doc """ Divide self by other. """ def multiply_by other: Any end