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

Version Path
plurimath-0.8.23 lib/plurimath/math/formula/mstyle.rb
plurimath-0.8.22 lib/plurimath/math/formula/mstyle.rb
plurimath-0.8.21 lib/plurimath/math/formula/mstyle.rb
plurimath-0.8.20 lib/plurimath/math/formula/mstyle.rb
plurimath-0.8.19 lib/plurimath/math/formula/mstyle.rb
plurimath-0.8.18 lib/plurimath/math/formula/mstyle.rb