Class: Concat
- Inherits:
-
Swig::Worker
- Object
- Swig::Worker
- Concat
- Defined in:
- lib/swig/workers/concat.rb
Instance Method Summary collapse
Methods inherited from Swig::Worker
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 |