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