deftrait Division, as: -> typedoc """ This Trait defines division and is used by the runtime everywhere it encounters a `/` operator. """ doc """ Divide self by other. """ def divide_by other: Any end