Class: Rational
Instance Method Summary collapse
Methods included from SGML
Instance Method Details
#to_sgml ⇒ Object
435 436 437 |
# File 'lib/m500.rb', line 435 def to_sgml "<mn #{sgml_id}class='rational'>#{self.to_s}</mn>" end |