# File lib/gherkin/formatter/json_formatter.rb, line 32 def examples(statement, examples_rows) @table_container = add_examples(statement) @table_container['table'] = to_hash_array(examples_rows) end