From: ptkwt@... (Phil Tomson) Date: 2006-01-13T09:28:04+09:00 Subject: Re: ripper status, English docs? In article , nobuyoshi nakada wrote: >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. > Is the latest version of ripper available for ruby 1.8? It seems that the version that ships with 1.9 is different (has a different API) than the one that is available from the ripper CVS repository. Phil