Class: Functional::To_a

Inherits:
Inject show all
Defined in:
lib/functional.rb

Instance Attribute Summary

Attributes inherited from Inject

#it

Attributes inherited from Base

#exe, #next

Instance Method Summary collapse

Methods inherited from Inject

#call, #end

Methods inherited from Base

#call, #end, #to_proc

Constructor Details

#initialize(*a, &e) ⇒ To_a



146
147
148
# File 'lib/functional.rb', line 146

def initialize *a, &e
  super [], *a, &e
end