Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/parity_arg.rb
Instance Method Summary collapse
Instance Method Details
#i_am_parity ⇒ Object
3 4 5 |
# File 'lib/parity_arg.rb', line 3 def i_am_parity puts " Hey I am Parity " end |
#split_by_parity ⇒ Object
7 8 9 |
# File 'lib/parity_arg.rb', line 7 def split_by_parity partition(&:even?) end |