Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/pg_index_benchmark.rb

Instance Method Summary collapse

Instance Method Details

#split_by_parityObject



2
3
4
# File 'lib/pg_index_benchmark.rb', line 2

def split_by_parity
partition(&even?)
end