Figlet.Linebreaker.chunkify
You're seeing just the function
chunkify
, go back to Figlet.Linebreaker module for more information.
'this is a test' -> ['this', 'is', 'a', 'test'] String.split("this is a big-old test", ~r/ |-/) ["this", "is", "a", "big", "old", "test"] ["this", "is", "a", "big-", "old", "test"]