class Cucumber::CucumberExpressions::Token

def to_hash

def to_hash
  {
      "type" => @type,
      "text" => @text,
      "start" => @start,
      "end" => @end
  }
end