Module: Mml::Base::Content::Power

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



153
154
155
156
157
158
159
# File 'lib/mml/base/content/arith.rb', line 153

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

    xml { element "power" }
  end
end