ripper is part of Ruby 1.9 which you can get from the cvs HEAD branch. Cheers, Kent. Jamis Buck <jamis / 37signals.com> writes: > On Mar 24, 2005, at 1:34 PM, Florian Gross wrote: > >> Sam Roberts wrote: >> >>> Quoting flgr / ccan.de, on Fri, Mar 25, 2005 at 02:34:48AM +0900: >>>> Florian Gross wrote: >>>> >>>>> Ripper basically is Ruby's integrated Ruby parser. It will invoke >>>>> callbacks for every kind of construct it encounters. >>>>> >>>>> This code snippet ought to get you started with it: >>>> >>>> Oh, and you need to do require 'ripper' before you can use it, >>>> of course. >>> There is no files released, and the cvs is not building for me, I'll >>> have to try later. >> >> Odd, doesn't it come bundled with Ruby already? >> >> Just doing require 'ripper' worked for me. (I'm on the win32 >> one-click installer.) >> >> > > I'm on MacOSX and built Ruby myself, and there is no 'ripper' lib... > > ruby -v --> ruby 1.8.2 (2004-12-25) [powerpc-darwin7.8.0] > > - Jamis