lib/eval_helper.rb in tbpgr_utils-0.0.61 vs lib/eval_helper.rb in tbpgr_utils-0.0.62
- old
+ new
@@ -4,9 +4,10 @@
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'
+ require 'eval_helper/set_variables_code'
require 'eval_helper/ternary_operator'
require 'eval_helper/times_code'
require 'eval_helper/unless_code'
require 'eval_helper/unless_code_after'
end