class Table_of_Contents

Attributes

body[R]

Public Class Methods

new() click to toggle source
# File lib/ulmul.rb, line 75
def initialize()
  @body = ''
  @subs_rules = lambda{|s| return s}
  cb_itemize_begin()
end