Hi everyone,
I'm trying to run a ruby script via Cmd-R, and I get this error:
RubyMate r6189 running Ruby r1.8.4 (/usr/local/bin/ruby)
symlink_dotfiles.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/sean/Library/Application Support/TextMate/Support/lib/scriptmate.rb:59:in `emit_html' from /Users/sean/Library/Application Support/TextMate/Support/lib/scriptmate.rb:53:in `emit_html' from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:73
The script runs fine in the shell, using the same ruby executable. Any idea where something went wrong?
Thanks!
Sean