# File lib/puppet/external/dot.rb, line 18
18:   def change_tab (t)
19:     $tab  = t
20:     $tab2 = t * 2
21:   end