Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/hansderly.rb
Overview
Extend array class to add split by partition
Instance Method Summary collapse
Instance Method Details
#split_by_parity ⇒ Object
5 6 7 |
# File 'lib/hansderly.rb', line 5 def split_by_parity partition(&:even?) end |