module Daitai::Head
Public Instance Methods
head()
click to toggle source
# File lib/daitai/functions/head.rb, line 5 def head ->(list) { list[0] } end
# File lib/daitai/functions/head.rb, line 5 def head ->(list) { list[0] } end