MRI: rewrite script eval (was: Question about $0) #24

Merged
cremno merged 7 commits from mri-rewrite-script-eval into master 2014-04-12 09:54:13 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit f8b87eb188 - Show all commits

View File

@ -272,8 +272,6 @@ static void runRMXPScripts()
ruby_script(RSTRING_PTR(scriptName)); ruby_script(RSTRING_PTR(scriptName));
rb_gc_start();
/* Execute code */ /* Execute code */
rb_eval_string_protect(decData.c_str(), 0); rb_eval_string_protect(decData.c_str(), 0);