Method: Generator#pos

Defined in:
lib/thread_generator.rb

#posObject

Returns the current index (position) counting from zero.



138
139
140
# File 'lib/thread_generator.rb', line 138

def pos
  @index
end