class Regexp::Syntax::Any

def initialize

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