class Cucumber::CucumberExpressions::Token
def initialize(type, text, start, ending)
def initialize(type, text, start, ending) @type, @text, @start, @end = type, text, start, ending end
def initialize(type, text, start, ending) @type, @text, @start, @end = type, text, start, ending end