# File tasks/bench/feature_builder.rb, line 33 def scenario(name, &block) @scenarios[name] = StepsBuilder.new block.call(@scenarios[name]) end