Module: Mumukit::Templates::WithEmbeddedEnvironment

Extended by:
ActiveSupport::Concern
Defined in:
lib/mumukit/templates/with_embedded_environment.rb

Instance Method Summary collapse

Instance Method Details

#run_files!(*files) ⇒ Object Also known as: run_file!



8
9
10
# File 'lib/mumukit/templates/with_embedded_environment.rb', line 8

def run_files!(*files)
  run_command command_line(*files.map {|f| f.path})
end