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