# File lib/pdf/simpletable.rb, line 54 54: def initialize(title = nil) 55: @title = title 56: yield self if block_given? 57: end