Gherkin::Formatter::Hashable
# File lib/gherkin/formatter/model.rb, line 257 def initialize(arguments, location) @arguments, @location = arguments, location end
# File lib/gherkin/formatter/model.rb, line 261 def replay(formatter) formatter.match(self) end