Sha256: 9639ee098df0f020c4cd2d7010e8c622bd783d97c12bdbc09eb59c0981d4a074

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 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(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

4 entries across 4 versions & 1 rubygems

Version Path
plurimath-0.8.14 lib/plurimath/math/function/msline.rb
plurimath-0.8.13 lib/plurimath/math/function/msline.rb
plurimath-0.8.12 lib/plurimath/math/function/msline.rb
plurimath-0.8.11 lib/plurimath/math/function/msline.rb