lib/eval_helper.rb in tbpgr_utils-0.0.55 vs lib/eval_helper.rb in tbpgr_utils-0.0.56
- old
+ new
@@ -1,8 +1,9 @@
# encoding: utf-8
module EvalHelper
require 'eval_helper/if_code'
require 'eval_helper/if_code_after'
+ require 'eval_helper/ternary_operator'
require 'eval_helper/unless_code'
require 'eval_helper/unless_code_after'
end