Class: Array

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

Instance Method Summary collapse

Instance Method Details

#i_am_parityObject



3
4
5
# File 'lib/parity_arg.rb', line 3

def i_am_parity
    puts " Hey I am Parity "
end

#split_by_parityObject



7
8
9
# File 'lib/parity_arg.rb', line 7

def split_by_parity
    partition(&:even?)
end