Method: Construi::IntermediateImage#run

Defined in:
lib/construi/image.rb

#run(cmd, options = {}) ⇒ Object



130
131
132
# File 'lib/construi/image.rb', line 130

def run(cmd, options = {})
  map { |i| i.run cmd, options }
end