# File lib/uri_template/rfc6570/regex_builder.rb, line 84
    def negative_lookahead
      self << '(?!'
      yield
      self << ')'
    end