Sha256: b7c7cafa51856788832f059cc5e67b3bf41ea09ace77800e3e630820b39a8c40
Contents?: true
Size: 196 Bytes
Versions: 31
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module Plurimath module Math class Unicode < Symbol def to_mathml_without_math_tag Utility.ox_element("mo") << value end end end end
Version data entries
31 entries across 31 versions & 1 rubygems