Method: Neography::NodePath#path_to

Defined in:
lib/neography/node_path.rb

#path_to(to) ⇒ Object



16
17
18
# File 'lib/neography/node_path.rb', line 16

def path_to(to)
  PathTraverser.new(self, to, "allPaths", false)
end