defunkt / tomdoc

A TomDoc Ruby library.
http://tomdoc.org/
MIT License
114 stars 16 forks source link

Upgrade ruby_parser to 3.0 API to support Ruby 1.9 etc. #26

Closed miyagawa closed 11 years ago

miyagawa commented 11 years ago

ruby_parser 3.0 eliminated :scope nodes and flattens the definitions under classes etc.

See 3.0.0.a1 log at https://github.com/seattlerb/ruby_parser/blob/master/History.txt

This will make tomdoc handle Ruby 1.9 source code.