Method: Construi::Image#insert_locals

Defined in:
lib/construi/image.rb

#insert_locals(files, options = {}) ⇒ Object



48
49
50
51
52
53
# File 'lib/construi/image.rb', line 48

def insert_locals(files, options = {})
  IntermediateImage
    .seed(self)
    .reduce(files) { |a, e| a.insert_local e, options }
    .image
end