Class: Rational

Inherits:
Object
  • Object
show all
Includes:
SGML
Defined in:
lib/m500.rb

Instance Method Summary collapse

Methods included from SGML

#sgml_id, #tog_sgml_id

Instance Method Details

#to_sgmlObject



435
436
437
# File 'lib/m500.rb', line 435

def to_sgml
  "<mn #{sgml_id}class='rational'>#{self.to_s}</mn>"
end