Flatten Array

Flatten a nested array to a single level.

Code

General
arr.flatten(depth)

Parameters

Nested array to flatten

Depth to flatten

Server

More Ruby Snippets