Method: Sequence#first

Defined in:
lib/sequence.rb

#firstObject

return first element of data



539
540
541
# File 'lib/sequence.rb', line 539

def first
  slice 0
end