# File text/format.rb, line 888 888: def center(to_center = nil) 889: to_center = @text if to_center.nil? 890: __center([to_center].flatten) 891: end