# File lib/cucumber/formatter/pretty.rb, line 65 def feature_name(keyword, name) @io.puts("#{keyword}: #{name}") @io.puts @io.flush end