Module: Mml::Base::Content::Floor

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



73
74
75
76
77
78
79
# File 'lib/mml/base/content/arith.rb', line 73

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

    xml { element "floor" }
  end
end