Class: Functional::To_a
Instance Attribute Summary
Attributes inherited from Inject
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(*a, &e) ⇒ To_a
constructor
A new instance of To_a.
Methods inherited from Inject
Methods inherited from Base
Constructor Details
#initialize(*a, &e) ⇒ To_a
146 147 148 |
# File 'lib/functional.rb', line 146 def initialize *a, &e super [], *a, &e end |