Sha256: 20cb682fea609642de621846945a166acb842cbd439d4889070de77fdb9c77a8
Contents?: true
Size: 422 Bytes
Versions: 10
Compression:
Stored size: 422 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class None < UnaryFunction def to_asciimath; end def to_latex; end def to_mathml_without_math_tag ox_element("none") end def to_omml_without_math_tag(_) empty_tag end def to_unicodemath; end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems