# File Text/Format.rb, line 692 def center(to_center = nil) to_center = @text if to_center.nil? __center([to_center].flatten) end