Gherkin::Formatter::Hashable
# File lib/gherkin/formatter/model.rb, line 233 def initialize(comments, cells, line) @comments, @cells, @line = comments, cells, line end