# File lib/cucumber/formatter/json.rb, line 18 def before_feature(feature) super @io.write(',') if @one @one = true end