Chris Moline <ugly-daemon / home.com> writes: > Hi, I am reading through the mailing list archives to get a better > grasp of how ruby works and I keep running across references to > RCR's. What are they?? They seem to be proposals for enhancments to > ruby but I would like to know wht they are exactly. Thanks a bunch, > ruby is a great language. RCR's are Ruby Change Requests. When someone wants a new feature, they discuss it on the list. If it seems reasonable, it's entered onto a list on the RubyGarden wiki: http://www.rubygarden.org/ruby?RubyChangeRequest From there, Matz can either accept or reject it. Regards Dave