class Cucumber::CucumberExpressions::CucumberExpressionParser

def looking_at_any(tokens, at, token_types)

def looking_at_any(tokens, at, token_types)
  token_types.detect { |token_type| looking_at(tokens, at, token_type) }
end