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

- old
+ new

@@ -1,7 +1,8 @@ # encoding: utf-8 module EvalHelper + require 'eval_helper/attr_accessor_init_code' 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'