class Wikitext::Parser

Public Class Methods

shared_parser() click to toggle source
# File lib/wikitext/parser.rb, line 28
def self.shared_parser
  @@shared_parser_instance ||= new
end