Does an (experimental) class browser exist for Ruby? Does an (experimental) class browser exist for Ruby? ruby ruby

Does an (experimental) class browser exist for Ruby?


Check out the maglev/webtools project on github, as well as the rubymirrors gem. It already provides a class browser and workspace for multiple Ruby implementations, and a graphical debugger works on MagLev as well (not so much on MRI).


If you want to build one, the easiest would be to use MOOSE and build the browser with Glamour, on top of a Ruby parser written in PetitParser. Then you could use Pharo as your Ruby IDE.