# File text/format.rb, line 160
160:     def columns=(c)
161:       @columns = posint(c)
162:     end