# File test/src/sql_parser.rb, line 111
  def make_not_between expr
    keyword[:not] >> make_between_clause(expr, &ctor(NotBetweenPredicate))
  end