[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: unsubscribe

Tommy Morgan

8/28/2008 10:28:00 PM

Hi John;

If you examine the headers for the email, you'll see that you need to
send "unsubscribe" to a different address:



-----Original Message-----
From: clintwill@comcast.net
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk ML <ruby-talk@ruby-lang.org>
Cc: John Pritchard-williams <monojohnny@googlemail.com>
Subject: unsubscribe
Date: Fri, 29 Aug 2008 07:02:01 +0900

unsubscribe

Feel free to awake this list's Owner so that he/she can remove my name.

I've tried "unsubscribe" for the past 48 hours.

CW.
-------------- Original message ----------------------
From: John Pritchard-williams <monojohnny@googlemail.com>
>
> > ... and as Integers are immutable ++ cannot change the underlying object..
>
> That makes sense : and I guess 'x++'=> x+1 would be just confusing..
>
> I mean like this:
>
> a+=1 (which of course IS valid)
>
> a++ - could in theory mean "Take the value pointed at by a currently,
> increment it and re-point 'a' at that new object"...
>
> but then people might abuse it and not realize (as I hadn't really) that
> Integers are immutable...and give the garbage collector a really hard
> time...
>
> Cheers
>
> John
>
>
>
>
>
>
>
>
>
> --
> Posted via http://www.ruby-....
>




1 Answer

Tommy Morgan

8/28/2008 10:28:00 PM

0

Gah, fat-fingered before I could send.

List-Post: <mailto:ruby-talk@ruby-lang.org>
List-Owner: <mailto:ruby-talk-admin@ruby-lang.org>
List-Help: <mailto:ruby-talk-ctl@ruby-lang.org?body=help>
List-Unsubscribe: <mailto:ruby-talk-ctl@ruby-lang.org?body=unsubscribe>


-----Original Message-----
From: Tommy Morgan <tommy.morgan@gmail.com>
Reply-To: tommy.morgan@gmail.com
To: ruby-talk@ruby-lang.org
Subject: Re: unsubscribe
Date: Thu, 28 Aug 2008 18:31:33 -0400

Hi John;

If you examine the headers for the email, you'll see that you need to
send "unsubscribe" to a different address:



-----Original Message-----
From: clintwill@comcast.net
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk ML <ruby-talk@ruby-lang.org>
Cc: John Pritchard-williams <monojohnny@googlemail.com>
Subject: unsubscribe
Date: Fri, 29 Aug 2008 07:02:01 +0900

unsubscribe

Feel free to awake this list's Owner so that he/she can remove my name.

I've tried "unsubscribe" for the past 48 hours.

CW.
-------------- Original message ----------------------
From: John Pritchard-williams <monojohnny@googlemail.com>
>
> > ... and as Integers are immutable ++ cannot change the underlying object..
>
> That makes sense : and I guess 'x++'=> x+1 would be just confusing..
>
> I mean like this:
>
> a+=1 (which of course IS valid)
>
> a++ - could in theory mean "Take the value pointed at by a currently,
> increment it and re-point 'a' at that new object"...
>
> but then people might abuse it and not realize (as I hadn't really) that
> Integers are immutable...and give the garbage collector a really hard
> time...
>
> Cheers
>
> John
>
>
>
>
>
>
>
>
>
> --
> Posted via http://www.ruby-....
>