4 5 6 7
# File 'lib/fix/helper/its_helper.rb', line 4 def it &block i = It.new @defs, *@args i.instance_eval(&block) end