I've asked this before and didn't get an answer that I understood, so I'm trying again.
My bundle consists of a bunch of ruby scripts, and the output is shown as HTML. Thus, when a command is given, I am running a ruby script and then scrambling to transform any output for display as HTML, deal with exceptions, etc. In other words, I am doing simply and crudely what RubyMate already does perfectly.
So the question is, isn't there some way I can just *use* RubyMate to run my scripts and display output and exceptions for me?
m.