Sha256: fc3568daa9f10bf4a9e06b8ca5534b1ba22a30a77504eeb37ba9bfb4ed565fd8

Contents?: true

Size: 476 Bytes

Versions: 3

Compression:

Stored size: 476 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)
          omml_value(display_style)
        end

        def to_omml_without_math_tag(display_style);end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plurimath-0.7.2 lib/plurimath/math/function/msline.rb
plurimath-0.7.1 lib/plurimath/math/function/msline.rb
plurimath-0.7.0 lib/plurimath/math/function/msline.rb