blob: bbb2efa4d04508d8e927d30c6b77878cf4743797 (
plain)
1
2
3
4
|
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.
|