Sha256: 6b1f37927749cc1b56ddbe058746f84478a5c726007cffff97a4e9beb8de3b68

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

require_relative "unary_function"

module Plurimath
  module Math
    module Function
      class Scarries < 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/scarries.rb
plurimath-0.3.8 lib/plurimath/math/function/scarries.rb