ruby-parsetree

Extract a class or method's parse tree, return it as a s-expression (ruby1.8)
  https://github.com/seattlerb/parsetree
  0
  no reviews



Parsetree is a c extension (using rubyinline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers.

this module is compatible only with ruby 1.8.