
This software allows you to inspect the internal parse structure
of a Ruby program.

= Installation

  * ruby extconf.rb
  * make
  * make install

= Usage

To dump the structure of the program 'fred.rb', use the command line

  ruby -rNodeDumpT  fred.rb

= Author of original version of NodeDump

Written by Dave Thomas <dave@pragmaticprogrammer.com>,
The Pragmatic Programmers, LLC.

Copyright (c) 2000 The Pragmatic Programmers, LLC.

This software is released under the same terms and warranty as the
main Ruby distribution. Under no circumstances will the Pragmatic
Programmers or the author be held responsible for any direct or
indirect losses caused by the use of this utility.

= Author of this version

Modified by MATSUMOTO Soutaro <soutaro@score.cs.tsukuba.ac.jp>

Copyright (c) 2004 MATSUMOTO Soutaro.
