This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: I was mentionned on _why’s blog!
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
In _why’s latest blog entry, Walking Slide Numbers, I am mentionned for a little code snippet I posted on comp.lang.ruby. It talks about how Strings implement the #succ method, which makes it possible to say things like:
# Print the alphabet
"a".upto("z") { ¦s¦ puts s }
It’s quite nice to be mentionned on his blog, _why’s [...]