Class: Concat

Inherits:
Swig::Worker show all
Defined in:
lib/swig/workers/concat.rb

Instance Method Summary collapse

Methods inherited from Swig::Worker

#initialize

Constructor Details

This class inherits a constructor from Swig::Worker

Instance Method Details

#eval(files) ⇒ Object



5
6
7
# File 'lib/swig/workers/concat.rb', line 5

def eval(files)
  [Swig::FileInStream.new(@options[:name], concatenated_content(files))]
end