# File text/format.rb, line 481
481:     def tabstop=(t)
482:       @tabstop = posint(t)
483:     end