# File lib/gherkin/json_parser.rb, line 56 def rows(o) o.map{|row| Formatter::Model::Row.new(comments(row), row['cells'], row['line'])} end