class Cucumber::CucumberExpressions::Node

def text

def text
  return @nodes.map { |value| value.text }.join('') if @token.nil?
  @token
end