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