# File lib/cucumber/formatter/json.rb, line 109 def after_table_row(row) if row.exception @current_row[:exception] = exception_hash_for(row.exception) end @current_row = nil end