class Regexp::Syntax::Base
def implements!(type, token)
def implements!(type, token) raise NotImplementedError.new(self, type, token) unless implements?(type, token) end
def implements!(type, token) raise NotImplementedError.new(self, type, token) unless implements?(type, token) end