Libraries
»
sequence
(0.2.4)
»
Index
»
Sequence
»
#first
Method: Sequence#first
Defined in:
lib/sequence.rb
#
first
⇒
Object
return first element of data
539 540 541
# File 'lib/sequence.rb', line 539
def
first
slice
0
end