Module: Mml::Base::V3PresentationAttributes

Defined in:
lib/mml/base/v3_presentation_attributes.rb

Overview

V3 presentation attributes (displaystyle, scriptlevel). These are universal in MathML 3 and later.

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



8
9
10
11
12
# File 'lib/mml/base/v3_presentation_attributes.rb', line 8

def self.included(klass)
  klass.class_eval do
    include UniversalPresentationAttributes
  end
end