# File text/format.rb, line 469
469:     def tabstop=(t)
470:       @tabstop = posint(t)
471:     end