Class: Archive::Ar::Writer

Inherits:
Object
  • Object
show all
Defined in:
lib/archive/ar/writer.rb

Instance Method Summary collapse

Constructor Details

#initialize(filenames) ⇒ Writer

Returns a new instance of Writer.



4
5
6
# File 'lib/archive/ar/writer.rb', line 4

def initialize(filenames)
  @filenames = filenames
end

Instance Method Details

#write(dest_file, options) ⇒ Object



8
9
# File 'lib/archive/ar/writer.rb', line 8

def write(dest_file, options)
end