Method: Sequence#pos

Defined in:
lib/sequence.rb

#posObject

number of elements from the beginning (0 is at the beginning).



322
323
324
# File 'lib/sequence.rb', line 322

def pos()
    abstract
end