From: Florian Gross Date: 2004-10-11T11:34:38+09:00 Subject: Re: Change exclusive on Range trans. (T. Onoma) wrote: > How do I change the end exclusivity of a pre-existing range? In theory this is impossible because Ranges are designed to be immutable objects. For other objects it is possible to change them via .send(:initialize), but Ranges have a check for that. I think the only option would be using evil-ruby, for now. But why do you need this? Regards, Florian Gross