lib/eval_helper.rb in tbpgr_utils-0.0.65 vs lib/eval_helper.rb in tbpgr_utils-0.0.66

- old
+ new

@@ -2,9 +2,10 @@ module EvalHelper require 'eval_helper/each_brace_code' require 'eval_helper/each_do_code' require 'eval_helper/each_with_index_brace_code' + require 'eval_helper/each_with_index_do_code' require 'eval_helper/if_code' require 'eval_helper/if_code_after' require 'eval_helper/require_code' require 'eval_helper/require_relative_code' require 'eval_helper/set_variable_code'