Class: Set
- Inherits:
-
Object
- Object
- Set
- Defined in:
- lib/annlat/LaRuby.rb
Instance Method Summary collapse
Instance Method Details
#to_ltx ⇒ Object
239 240 241 242 |
# File 'lib/annlat/LaRuby.rb', line 239 def to_ltx s = map{ |obj| obj.to_ltx.latex } LatexSet.new(s) end |