lib/coderunner/instance_methods.rb in coderunner-0.11.7 vs lib/coderunner/instance_methods.rb in coderunner-0.11.8

- old
+ new

@@ -365,9 +365,10 @@ run_class_name = get_run_class_name(code, modlet) # p run_class_name + FileUtils.makedirs(ENV['HOME'] + "/.coderunner/#{code}crmod/") return const_get(run_class_name) if constants.include? (run_class_name).to_sym unless options[:force] SETUP_RUN_CLASSES.push run_class_name.downcase #Create the run_class, a special dynamically created class which knows how to process runs of the given code on the current system. #run.rb contains the basic methods of the class