class Gherkin::Formatter::Model::Match

Attributes

arguments[R]
location[R]

Public Class Methods

new(arguments, location) click to toggle source
# File lib/gherkin/formatter/model.rb, line 257
def initialize(arguments, location)
  @arguments, @location = arguments, location
end

Public Instance Methods

replay(formatter) click to toggle source
# File lib/gherkin/formatter/model.rb, line 261
def replay(formatter)
  formatter.match(self)
end