Method: Neography::NodePath#simple_path_to

Defined in:
lib/neography/node_path.rb

#simple_path_to(to) ⇒ Object



20
21
22
# File 'lib/neography/node_path.rb', line 20

def simple_path_to(to)
  PathTraverser.new(self, to, "allSimplePaths", false)
end