lib/plurimath/math/symbols/intercal.rb in plurimath-0.8.16 vs lib/plurimath/math/symbols/intercal.rb in plurimath-0.8.17
- old
+ new
@@ -34,9 +34,13 @@
end
def to_html(**)
"⊺"
end
+
+ def intent_names
+ { name: "transpose" }
+ end
end
end
end
end