# File lib/rir/regexp.rb, line 24
  def negated
    /^((?!#{self}).)*$/
  end