Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Word Loop (#149)

Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.buerger.net!talisker.lacave.net!lacave.net!not-for-mail
From: "Ball, Donald A Jr (Library)" <donald.b...@nashville.gov>
Newsgroups: comp.lang.ruby
Subject: Re: Word Loop (#149)
Date: Fri, 7 Dec 2007 16:42:20 -0500
Organization: Service de news de lacave.net
Lines: 9
Message-ID: <918A0DD3EFA7F248BFBF447187F8A9323A916A@HOBVSISMS01.nashville.org>
References: <20071207204436.OYTN15836.eastrmmtao103.cox.net@eastrmimpo03.cox.net> <09e1cefb-278d-4ebe-a26a-7f76f58b340f@e25g2000prg.googlegroups.com>
NNTP-Posting-Host: bristol.highgroove.com
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: Quoted-printable
X-Trace: talisker.lacave.net 1197064527 58082 65.111.164.187 (7 Dec 2007 21:55:27 GMT)
X-Complaints-To: abuse@lacave.net
NNTP-Posting-Date: Fri, 7 Dec 2007 21:55:27 +0000 (UTC)
In-Reply-To: <09e1cefb-278d-4ebe-a26a-7f76f58b340f@e25g2000prg.googlegroups.com>
X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway 
X-Mail-Count: 282622
X-Ml-Name: ruby-talk
X-Rubymirror: Yes
X-Ruby-Talk: <918A0DD3EFA7F248BFBF447187F8A9323A9...@HOBVSISMS01.nashville.org>

> I've looked over those examples a few times and I'm totally baffled.
> What does "loop the text around and reuse that letter" mean?

Imagine your word as a string. You're trying to make a knot, just a fold
really, in the string, and the bit where the string folds over itself is
a repeated letter.

- donald