data = [1,2,4,5,6,7,8,9,10]
odd, even = data.partition(&:odd?)
=>[[1, 5, 7, 9], [2, 4, 6, 8, 10]]
*This is a sample only.
data = [1,2,4,5,6,7,8,9,10]
odd, even = data.partition(&:odd?)
=>[[1, 5, 7, 9], [2, 4, 6, 8, 10]]
*This is a sample only.
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Kartik Mehta -
DPC -
{η!б€£ $!£¤η€я¤}• -
Dorian Sabitov -
Top comments (0)