class LatexSet
Public Class Methods
new(s)
click to toggle source
# File lib/annlat/LaRuby.rb, line 229 def initialize(s) @set = s.to_a end
Public Instance Methods
latex()
click to toggle source
# File lib/annlat/LaRuby.rb, line 233 def latex "{" + @set.join(", ") + "}" end