Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/parity_prop.rb
Overview
open Array class and add method split_by_parity
Instance Method Summary collapse
Instance Method Details
#split_by_parity ⇒ Object
5 6 7 |
# File 'lib/parity_prop.rb', line 5 def split_by_parity partition(&:even?) end |