Method: List#head

Defined in:
lib/p6/list.rb

#headObject

Returns the value of attribute head.



7
8
9
# File 'lib/p6/list.rb', line 7

def head
  @head
end