258 259 260 261
# File 'lib/fileset.rb', line 258 def file(name, data=nil) path = @prefix + [name.to_s] add_file(path, data) end