Since I installed the latest beta, my ruby output is showing up in a new window titled "Ruby TextMate Runtime". By and large, it's better than the command output, except that it appears to be using HTML to render it, so when I'm writing debugging output of XML processing I can't see most of what's been processed.
For example, the Ruby command: puts "<foobar>Hey!</foobar>"
is showing up in the window as: TM-Ruby v0.2 running Ruby v1.8.2.
/Users/gkistner/Desktop/tmp.rb
Hey!
How can I get TextMate not to use the HTML window, or escape my output to that window?