# File lib/parslet/atoms/dsl.rb, line 66
  def absent?
    Parslet::Atoms::Lookahead.new(self, false)
  end