Sha256: 14ea720e83408adca14e775113cf1867f700e8200cb10c7ed74fd436a43dc18c
Contents?: true
Size: 510 Bytes
Versions: 7
Compression:
Stored size: 510 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" require_relative "../../mathml/utility" module Plurimath module Math module Function class Msline < UnaryFunction include Mathml::Utility def to_asciimath(**); end def to_latex(**); end def to_mathml_without_math_tag(intent, **) ox_element("msline") end def to_omml_without_math_tag(display_style, **);end def to_unicodemath(**);end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems