# File lib/regin/character.rb, line 17
    def literal?
      quantifier.nil? && !ignorecase
    end