6 7 8
# File 'lib/texmath.rb', line 6 def self.convert(data, options = {}) Converter.new(options).convert(data) end