Class: ParityPropTest::ArraySplitter
- Inherits:
-
Object
- Object
- ParityPropTest::ArraySplitter
- Defined in:
- lib/parity_prop_test/array_splitter.rb
Instance Method Summary collapse
Instance Method Details
#split_by_parity(array) ⇒ Object
3 4 5 |
# File 'lib/parity_prop_test/array_splitter.rb', line 3 def split_by_parity(array) array.partition(&:even?) end |