lib/plurimath/math/function/left.rb in plurimath-0.6.0 vs lib/plurimath/math/function/left.rb in plurimath-0.7.0
- old
+ new
@@ -14,10 +14,10 @@
mo = Utility.ox_element("mo")
mo << left_paren if parameter_one
mo
end
- def to_omml_without_math_tag(display_style)
+ def to_omml_without_math_tag(_)
mr = Utility.ox_element("m:r")
if parameter_one
mt = Utility.ox_element("m:t")
mr << (mt << parameter_one)
end