Alex Polite wrote: > in python > a = b = range(10) > > will yields two names pointing to the same object > > but in ruby > > a = b = Range.new(0,9) > > will yield two two distinct objects. Actually, it won't. How did you come to this conclusion? -- http://flgr.0x42.net/