Module: Mml::Base::Content::Product
- Included in:
- V2::Product, V3::Product, V4::Product
- Defined in:
- lib/mml/base/content/arith.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
223 224 225 226 227 228 229 |
# File 'lib/mml/base/content/arith.rb', line 223 def self.included(klass) klass.class_eval do include Arith xml { element "product" } end end |