Module: Mml::Base::Content::Conjugate

Included in:
V2::Conjugate, V3::Conjugate, V4::Conjugate
Defined in:
lib/mml/base/content/arith.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



33
34
35
36
37
38
39
# File 'lib/mml/base/content/arith.rb', line 33

def self.included(klass)
  klass.class_eval do
    include Arith

    xml { element "conjugate" }
  end
end