Sha256: 7b2a0f58160962ecc900f2fca049b837072cee7fd26481792032f1b901337cc2
Contents?: true
Size: 288 Bytes
Versions: 6
Compression:
Stored size: 288 Bytes
Contents
# frozen_string_literal: true module Plurimath module Math class Formula class Mstyle < Formula def displaystyle=(value) @displaystyle = boolean_display_style(value) end def is_mstyle? true end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems