Timeline for Transpose a page of text
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4, 2014 at 13:29 | comment | added | Tim Seguine | Some of the code golf challenges have renewed my interest in learning ruby. | |
| Jan 4, 2014 at 0:19 | comment | added | O-I | I see. Good to know. Consider us even for showing me a few String methods in Ruby I should be using more often. Cheers! | |
| Jan 3, 2014 at 22:30 | history | edited | Wayne Conrad | CC BY-SA 3.0 | Add improvements suggested by @O-I |
| Jan 3, 2014 at 22:29 | comment | added | Wayne Conrad | @O-I Thanks, I owe you six characters. I dashed this off at work, which uses 1.9.3. The to_a is required in 1.9.3, but not in 2.0. | |
| Jan 3, 2014 at 21:43 | comment | added | O-I | Also, the .to_a is superfluous. You can gain another 5 characters there. | |
| Jan 3, 2014 at 21:04 | comment | added | O-I | Nice. You can strip out one more character by replacing "\n" with ?\n. | |
| Jan 3, 2014 at 20:01 | review | First posts | |||
| Jan 3, 2014 at 20:40 | |||||
| Jan 3, 2014 at 19:51 | history | edited | Wayne Conrad | CC BY-SA 3.0 | Embolden title |
| Jan 3, 2014 at 19:45 | history | answered | Wayne Conrad | CC BY-SA 3.0 |