Class Juicer::Merger::Base
In: lib/juicer/merger/base.rb
Parent: Object

Methods

<<   append   new   save  

Included Modules

Chainable

Attributes

dependency_resolver  [RW] 
files  [R] 

Public Class methods

Public Instance methods

<<(file)

Alias for append

Append contents to output. Resolves dependencies and adds required files recursively file = A file to add to merged content

Save the merged contents. If a filename is given the new file is written. If a stream is provided, contents are written to it.

[Validate]