16 17 18
# File 'lib/neography/node_path.rb', line 16 def path_to(to) PathTraverser.new(self, to, "allPaths", false) end