Returns a new instance of Archive.
22 23 24 25 26 27
# File 'lib/qas/archive.rb', line 22 def initialize(project, names, fmt = 'tar') @project = project @names = names @format = fmt @fullpath = "#{ARCHIVED.join(project.name)}.#{@format}" end