module Mumukit::Templates::WithEmbeddedEnvironment

Public Instance Methods

run_file!(*files)
Alias for: run_files!
run_files!(*files) click to toggle source
# File lib/mumukit/templates/with_embedded_environment.rb, line 8
def run_files!(*files)
  run_command command_line(*files.map {|f| f.path})
end
Also aliased as: run_file!