8 9 10
# File 'lib/annlat/Sundries.rb', line 8 def prettify self end
188 189 190
# File 'lib/annlat/LaRuby.rb', line 188 def to_ltx (self >= 0) ? Atom.new(self) : -(Atom.new(-self)) end