Class: Contrek::Concurrent::Sequence

Inherits:
Object
  • Object
show all
Includes:
Queueable
Defined in:
lib/contrek/finder/concurrent/sequence.rb

Instance Attribute Summary collapse

Attributes included from Queueable

#head, #size, #tail

Method Summary

Methods included from Queueable

#add, #append, #each, #forward!, #initialize, #iterator, #map, #next_of!, #pop!, #rem, #reset!, #reverse_each, #rewind!, #to_a

Instance Attribute Details

#shapeObject

Returns the value of attribute shape.



6
7
8
# File 'lib/contrek/finder/concurrent/sequence.rb', line 6

def shape
  @shape
end