Module: Mml::Base::Content::Real

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



53
54
55
56
57
58
59
# File 'lib/mml/base/content/arith.rb', line 53

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

    xml { element "real" }
  end
end