# File lib/text/format.rb, line 484
484:     def tabstop=(t)
485:       @tabstop = posint(t)
486:     end