4 5 6 7
# File 'lib/fix/helper/it_helper.rb', line 4 def its attribute, *args, &block i = Its.new @defs, *(@args + [[attribute] + args]) i.instance_eval(&block) end