# File tar.rb, line 190
190:     def to_oct( n, s=0 )
191:       "%0#{s}o" % n
192:     end