122 123 124 125 126
# File 'lib/fileset.rb', line 122 def init_self(path) ::File::open(path, "w") do |file| store(file) end end