# File lib/regin/character_class.rb, line 14
    def negated?
      negate ? true : false
    end