Method: Enumerable::Arguments#to_a
- Defined in:
- lib/supplemental/facets/enumargs.rb
#to_a(*args) ⇒ Object
84 85 86 |
# File 'lib/supplemental/facets/enumargs.rb', line 84 def to_a(*args) map(*args){ |x| x } end |
84 85 86 |
# File 'lib/supplemental/facets/enumargs.rb', line 84 def to_a(*args) map(*args){ |x| x } end |