Method: DLLModule::DLL#get_head

Defined in:
lib/food/dll.rb

#get_headhead(#value)

Return head value

Returns:

  • (head(#value))


115
116
117
# File 'lib/food/dll.rb', line 115

def get_head
  return @head.value
end