Mercurial > repos > other > SevenLanguagesInSevenWeeks
view 1-Ruby/day2-ruby.output @ 93:39084e2b8744
Add a function for word-aware text wrapping
Potentially hugely inefficient because we iterate through the
string character by character, but then splitting it first and
iterating over words still needs to iterate over the string to
know where to split.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 18 Jun 2019 21:05:00 +0100 |
parents | ddcd809319ac |
children |
line wrap: on
line source
day2.txt File contents go here day2.txt File contents go here Extra content here day2.txt Non-block file content {"a"=>"one", "b"=>"two", "c"=>"three"} [["a", "one"], ["b", "two"], ["c", "three"]] ["a", "b", "c"] ["one", "two", "three"] ["one", "two", "three"] {0=>"one", 1=>"two", 2=>"three"}