Module: Mml::Base::Content::Approx
- Included in:
- V2::Approx, V3::Approx, V4::Approx
- Defined in:
- lib/mml/base/content/relations.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
93 94 95 96 97 98 99 |
# File 'lib/mml/base/content/relations.rb', line 93 def self.included(klass) klass.class_eval do include Relation xml { element "approx" } end end |