# File text/format.rb, line 893 893: def center(to_center = nil) 894: to_center = @text if to_center.nil? 895: __center([to_center].flatten) 896: end