- Redmine wiki
- Ruby Hacking Guide by @minero-aoki
- MRI Internal complete guide for Ruby 1.8 era.
- Part 1, 2 (GC, Parser) are valuable yet.
- Ruby Under a Microscope by Pat Shaughnessy
- MRI Internal brief guide for Ruby 2.0.
- Not completed but it is useful to understand internals for not experts.
- The Ruby Bibliography
- Redmine wiki
- Rubyの拡張ライブラリの作り方
- Ruby (MRI) の拡張ライブラリの作り方と、詳細な API の情報がまとまっています。
- Ruby Hacking Guide by @minero-aoki
- 通称 RHG。完全ガイドだけど 1.8 向け。
- 1, 2 部(GC やパーサー)は今でも十分に役に立ちます。
- Rubyのしくみ Ruby Under a Microscope by Pat Shaughnessy
- Ruby 2.0 向けの話。RHG よりも新しい(1.9 以降の VM の概要が書いてあります)。
- 完全網羅ではないが、ガチ勢じゃなければそこそこ役に立ちます。