Skip to content

thealiilman/flatten-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatten-array

Motivation behind this script

After reading this article on Intercom's blog, I thought, let's write a short Ruby script that flattens an array!

Setup

git clone git@github.com:thealiilman/flatten-array.git
cd flatten-array

bundle install
pry -r ./flatten_array_service.rb

About

Flatten a Ruby array without using Array#flatten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages