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

- old
+ new

@@ -1,9 +1,10 @@ # encoding: utf-8 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/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'