lib/eval_helper.rb in tbpgr_utils-0.0.53 vs lib/eval_helper.rb in tbpgr_utils-0.0.54

- old
+ new

@@ -1,6 +1,7 @@ # encoding: utf-8 module EvalHelper require 'eval_helper/if_code' require 'eval_helper/if_code_after' + require 'eval_helper/else_code' end