class Cucumber::CucumberExpressions::AlternationNotAllowedInOptional

def initialize(expression, current)

def initialize(expression, current)
  super(build_message(
            current.start,
            expression,
            point_at_located(current),
            "An alternation can not be used inside an optional",
            "You can use '\\/' to escape the the '/'"
        ))
end