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