Not sure what's going on here at all... ```cr require "radix" t = Radix::Tree(Symbol).new t.add("/prefix/", :root) t.add("/prefix/foo", :foo) t.find("/foo") ``` returns a match...