# File lib/asciidoctor/table.rb, line 11 def initialize head = [], foot = [], body = [] @head = head @foot = foot @body = body end