Method: LazyGraph::StackPointer#index

Defined in:
lib/lazy_graph/stack_pointer.rb

#indexObject

Returns the key associated with this stack pointer’s frame.



50
51
52
# File 'lib/lazy_graph/stack_pointer.rb', line 50

def index
  key
end