# File lib/regin/collection.rb, line 41
    def match(char)
      to_regexp.match(char)
    end