Method: Newral::Graphs::Path#length

Defined in:
lib/newral/graphs/path.rb

#lengthObject



23
24
25
# File 'lib/newral/graphs/path.rb', line 23

def length 
  @edges.length 
end