# File lib/wikicloth/wiki_buffer/table.rb, line 5 def initialize(data="",options={}) super(data,options) self.buffer_type = "table" @start_table = true @start_row = false @start_caption = false @in_quotes = false end