Class: Array
- Inherits:
-
Object
- Object
- Array
- Extended by:
- Comprehensible
- Defined in:
- lib/comprehensible/core_extensions/array.rb
Constant Summary
Constants included from Comprehensible
Comprehensible::MAJOR, Comprehensible::MICRO, Comprehensible::MINOR, Comprehensible::VERSION
Instance Method Summary collapse
Methods included from Comprehensible
comprehension, load_all, require_all, root
Instance Method Details
#self_zip ⇒ Object
4 5 6 7 |
# File 'lib/comprehensible/core_extensions/array.rb', line 4 def self_zip head, *tail = self.sort_by(&:length) head.zip(*tail) end |