Libraries
»
sequence
(0.2.4)
»
Index
»
Sequence
»
#size
Method: Sequence#size
Defined in:
lib/sequence.rb
#
size
⇒
Object
Returns the number of elements.
523 524 525
# File 'lib/sequence.rb', line 523
def
size
abstract
end