i.e. `evaluate_ruby(a: 12, b: :hello) { "#{a} --- #{hello" } ` in otherwords the hash becomes a set of local vars to the block.
i.e.
evaluate_ruby(a: 12, b: :hello) { "#{a} --- #{hello" }in otherwords the hash becomes a set of local vars to the block.