spark
Given a list of numeric values, this method turns them into a string of bar heights and prints them out. Useful for quickly graphing the shape of an array.
Introduced in v2.5
spark (range 1, 5))
#=> ▁▃▅█
spark (range 1, 5).shuffle)
#=> ▃█▅▁