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_file!(file) ⇒ Object



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

def run_file!(file)
  run_command command_line(file.path)
end