class String

Public Instance Methods

l()
Alias for: to_ltx
my_json() click to toggle source
# File lib/annlat/AnnLat.rb, line 140
def my_json
  self
end
to_ltx() click to toggle source
# File lib/annlat/LaRuby.rb, line 204
def to_ltx
  Atom.new(self)
end
Also aliased as: l