# File lib/regin/character.rb, line 5
    def initialize(value, options = {})
      @quantifier = options[:quantifier]
      super
    end