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

- old
+ new

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