From: Luis Parravicini Date: 2007-05-23T05:33:36+09:00 Subject: Re: Analysing ruby code On 5/22/07, cypher.dp@gmail.com wrote: > No, it's a little bit more than just splitting it into lines. > It's more that I want > > [beginning of class, methode 1, methode 2, if-construct in methode 2, > the rest of methode 2, ...] Maybe ParseTree [1] is what you are looking for. Look at the example at http://www.zenspider.com/ZSS/Products/ParseTree/ [1] http://rubyforge.org/projects/parsetree/ -- Luis Parravicini http://ktulu.com.ar/blog/