Sha256: acfec4b8d5a03bd78b67fd700b4dfe6b90b015e515bb866b3cafb952159d6707

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

require_relative "unary_function"

module Plurimath
  module Math
    module Function
      class Msline < UnaryFunction
        def to_omml_without_math_tag
          omml_value
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plurimath-0.3.9 lib/plurimath/math/function/msline.rb
plurimath-0.3.8 lib/plurimath/math/function/msline.rb