class Regexp::Syntax::Base

def implements?(type, token)

def implements?(type, token)
  implementations(type).include?(token)
end