Method: LazyGraph::StackPointer#recursion_depth

Defined in:
lib/lazy_graph/stack_pointer.rb

#recursion_depthObject

Returns the value of attribute recursion_depth

Returns:

  • (Object)

    the current value of recursion_depth



7
8
9
# File 'lib/lazy_graph/stack_pointer.rb', line 7

def recursion_depth
  @recursion_depth
end