Module: Mml::Base::Content::Factorial
- Included in:
- V2::Factorial, V3::Factorial, V4::Factorial
- Defined in:
- lib/mml/base/content/arith.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
233 234 235 236 237 238 239 |
# File 'lib/mml/base/content/arith.rb', line 233 def self.included(klass) klass.class_eval do include Arith xml { element "factorial" } end end |