fold from left to right (it just like inject)
4
# File 'lib/ludy/array/foldl.rb', line 4 def foldl func, init; inject init, &func; end