Method: Sequence#size

Defined in:
lib/sequence.rb

#sizeObject

Returns the number of elements.



523
524
525
# File 'lib/sequence.rb', line 523

def size
  abstract
end