Module: ArrayCollection::Helper
- Defined in:
- lib/array_collection/helper.rb
Overview
Expose collect
Class Method Summary collapse
Class Method Details
.collect(values) ⇒ Object
10 11 12 |
# File 'lib/array_collection/helper.rb', line 10 def collect(values) ArrayCollection::Collect.new(values) end |