90 91 92 93 94 95 96 97 98 99
# File 'lib/mml/base/content/calculus.rb', line 90 def self.included(klass) klass.class_eval do attribute :type, :string xml do namespace Mml::Namespace element "tendsto" map_attribute "type", to: :type end end end