class Regexp::Syntax::Any

of transformations as well.
is useful during development, testing, and should be useful for some types
A syntax that always returns true, passing all tokens as implemented. This

def implements!(_type, _token) true end

def implements!(_type, _token) true end

def implements?(_type, _token) true end

def implements?(_type, _token) true end

def initialize

def initialize
  @implements = { :* => [:*] }
end