In Files

Parent

Files

Itex2MML::Parser

Public Class Methods

semaphore() click to toggle source
# File lib/itextomml.rb, line 53
def self.semaphore
  @semaphore ||= Mutex.new
end

Public Instance Methods

block_filter(string) click to toggle source
# File lib/itextomml.rb, line 69
def block_filter(string)
  parse("\$\$#{string}\$\$", :itex2MML_filter)
end
filter(string) click to toggle source
# File lib/itextomml.rb, line 61
def filter(string)
  parse(string, :itex2MML_filter)
end
html_filter(string) click to toggle source
# File lib/itextomml.rb, line 57
def html_filter(string)
  parse(string, :itex2MML_html_filter)
end
inline_filter(string) click to toggle source
# File lib/itextomml.rb, line 65
def inline_filter(string)
  parse("\$#{string}\$", :itex2MML_filter)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.