lib/ruote/exp/fe_when.rb in ruote-2.1.4 vs lib/ruote/exp/fe_when.rb in ruote-2.1.5

- old
+ new

@@ -131,10 +131,10 @@ # 'blocking way', a timeout will unblock, as if the condition became true. # # # == ${ruby:'hello'} # - # Remember that, if the engine's :ruby_eval_allowed is set to true, the + # Remember that, if the engine's 'ruby_eval_allowed' is set to true, the # condition may contain Ruby code. # # _when '${r:"hell" + "o"} == hello' # # This Ruby code is checked before hand against malicious code, but beware...