Sha256: 9d8370902660780ef1f877f483455550bd96c755659e6e965d01c1a28a6080d9
Contents?: true
Size: 272 Bytes
Versions: 17
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Sup < UnaryFunction def to_mathml_without_math_tag Utility.ox_element("mo") << "sup" end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems