class Regexp::Syntax::Base

def implements?(type, token)

def implements?(type, token)
  return true if @implements[type] and @implements[type].include?(token)
  false
end