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