# File lib/puppet/util/filetype.rb, line 131 131: def initialize(path) 132: super 133: @@tabs[@path] ||= "" 134: end