From: matz@... (Yukihiro Matsumoto) Date: 2001-09-28T17:07:09+09:00 Subject: [ruby-talk:21799] Re: Ruby internal (guide to the source) Hi, In message "[ruby-talk:21798] Ruby internal (guide to the source)" on 01/09/28, "Benoit Cerrina" writes: |is there some documentation about the way the ruby source is structures and |how it works? |Where should I start to look first to understand it and such? README.EXT explains about the internal and source structure. Chapter 17 of "Programming Ruby" will help you too. matz.