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

#caller, #exe, #next

Instance Method Summary collapse

Methods inherited from Inject

#inject_fun

Methods inherited from Base

#base_fun, #clean, #end, #to_proc

Constructor Details

#initialize(*a, &e) ⇒ To_a

Returns a new instance of To_a.



198
199
200
# File 'lib/functional.rb', line 198

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