Method: Neography::NodePath#all_paths_to

Defined in:
lib/neography/node_path.rb

#all_paths_to(to) ⇒ Object



4
5
6
# File 'lib/neography/node_path.rb', line 4

def all_paths_to(to)
  PathTraverser.new(self, to, "allPaths", true)
end