# File lib/regin/character.rb, line 35
    def match(char)
      to_regexp(true).match(char)
    end