From: nobuyoshi nakada Date: 2006-01-12T16:36:22+09:00 Subject: Re: ripper status, English docs? Hi, At Thu, 12 Jan 2006 15:13:03 +0900, Phil Tomson wrote in [ruby-talk:175455]: > You mean checkout of Ruby 1.9? Did that, but I don't see any docs in the > ext/ripper directory. Documented in parse.y and ext/ripper/lib/*.rb. You need to append a line `ext/ripper/lib/*.rb' to ext/.document file to enable the rdoc all. -- Nobu Nakada