Sha256: 6562a2a9339c0c16e9b4a53e8cf6ce90a62b8173af243cbc788911af93560df9
Contents?: true
Size: 408 Bytes
Versions: 10
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Msline < UnaryFunction def to_asciimath;end def to_latex;end def to_mathml_without_math_tag ox_element("msline") end def to_omml_without_math_tag(display_style);end def to_unicodemath; end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems