Sha256: 8d4831a49a93879656a1c4ab5af5d2df8086295f8c97c72bc510108c246c7da2
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Hom < UnaryFunction def to_omml_without_math_tag [r_element("hom"), 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/hom.rb |
plurimath-0.3.8 | lib/plurimath/math/function/hom.rb |