Sorry for the text dump but I received this error after trying to run a few lines of ruby. I'm fairly new to *nix which I think might be related. Anywho, this is what I got:
RubyMate r6189 running Ruby r1.8.2 (/usr/bin/ruby)
ruby.rb
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:39:in `filter_stdout': undefined method `test_script?' for nil:NilClass (NoMethodError) from /Users/josevillalobos/Library/Application Support/TextMate/Support/lib/scriptmate.rb:70:in `emit_html' from /Users/josevillalobos/Library/Application Support/TextMate/Support/lib/scriptmate.rb:64:in `each' from /Users/josevillalobos/Library/Application Support/TextMate/Support/lib/scriptmate.rb:64:in `emit_html' from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:73
I tried running a simple puts, too and got this.
Jose